#CF86CA

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

Shades of Orchid #CF86CA

Tints of Orchid #CF86CA

Color information

#CF86CA (or 0xCF86CA) is unknown color: approx Orchid. HEX triplet: CF, 86 and CA. RGB value is (207,134,202). Sum of RGB (Red+Green+Blue) = 207+134+202=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86CA is #307935. Grayscale: #A3A3A3. Windows color (decimal): -3176758 or 13272783. OLE color: 13272783.

HSL color Cylindrical-coordinate representation of color #CF86CA: hue angle of 304.11º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF86CA is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207134202-
CMYK00.350.020.19
HSL304.11º43.2%66.86%-
HSV(B)304.11º35.27%81.18%-
XYZ44.9234.5860.18-
YUV163.58149.68158.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=38.12%
G=24.68%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713420200.350.020.19304.1143.266.86
HexCF86CA0232131302b43
Octal31720631204322346053103
Binary110011111000011011001010010001110100111001100001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF86CA; }

 p { color: rgb(207,134,202); }

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

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

 a { background-color: rgb(207,134,202); }

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

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

 span { border-color: rgb(207,134,202); }

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