#CF7FBB

Color #CF7FBB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF7FBB

Tints of Orchid #CF7FBB

Color information

#CF7FBB (or 0xCF7FBB) is unknown color: approx Orchid. HEX triplet: CF, 7F and BB. RGB value is (207,127,187). Sum of RGB (Red+Green+Blue) = 207+127+187=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FBB is #308044. Grayscale: #9D9D9D. Windows color (decimal): -3178565 or 12287951. OLE color: 12287951.

HSL color Cylindrical-coordinate representation of color #CF7FBB: hue angle of 315º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FBB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207127187-
CMYK00.390.100.19
HSL315º45.45%65.49%-
HSV(B)315º38.65%81.18%-
XYZ42.2932.0350.97-
YUV157.76144.5163.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=39.73%
G=24.38%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712718700.390.100.1931545.4565.49
HexCF7FBB027A1313b2d41
Octal317177273047122347355101
Binary1100111111111111011101101001111010100111001110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FBB; }

 p { color: rgb(207,127,187); }

 H1.HeaderClassName
 {
   color: #CF7FBB;
 }
 .AnyTagClassName
 {
   color: #CF7FBB;
 }
</style>
background-color css

<style>
 a { background-color: #CF7FBB; }

 a { background-color: rgb(207,127,187); }

 div.DivClassName
 {
   background-color: #CF7FBB;
 }
 .BgClassName
 {
   background-color: #CF7FBB;
 }
</style>
border-color css

<style>
 span { border-color: #CF7FBB; }

 span { border-color: rgb(207,127,187); }

 td.TdClassName
 {
   border-color: #CF7FBB;
 }
 .TagClassName
 {
   border-color: #CF7FBB;
 }
</style>