#CF71B6

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

Shades of Orchid #CF71B6

Tints of Orchid #CF71B6

Color information

#CF71B6 (or 0xCF71B6) is unknown color: approx Orchid. HEX triplet: CF, 71 and B6. RGB value is (207,113,182). Sum of RGB (Red+Green+Blue) = 207+113+182=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71B6 is #308E49. Grayscale: #949494. Windows color (decimal): -3182154 or 11956687. OLE color: 11956687.

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

Color convert

RGB207113182-
CMYK00.450.120.19
HSL315.96º49.47%62.75%-
HSV(B)315.96º45.41%81.18%-
XYZ40.0828.4547.64-
YUV148.97146.64169.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 182 (71.48% from 255) = 36.25%
R=41.24%
G=22.51%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711318200.450.120.19315.9649.4762.75
HexCF71B602DC1313c313f
Octal31716126605514234746177
Binary110011111110001101101100101101110010011100111100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF71B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF71B6; }

 p { color: rgb(207,113,182); }

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

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

 a { background-color: rgb(207,113,182); }

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

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

 span { border-color: rgb(207,113,182); }

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