#CF64CA

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

Shades of Orchid #CF64CA

Tints of Orchid #CF64CA

Color information

#CF64CA (or 0xCF64CA) is unknown color: approx Orchid. HEX triplet: CF, 64 and CA. RGB value is (207,100,202). Sum of RGB (Red+Green+Blue) = 207+100+202=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64CA is #309B35. Grayscale: #8F8F8F. Windows color (decimal): -3185462 or 13264079. OLE color: 13264079.

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

Color convert

RGB207100202-
CMYK00.520.020.19
HSL302.8º52.71%60.2%-
HSV(B)302.8º51.69%81.18%-
XYZ40.9526.6458.86-
YUV143.62160.95173.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 100 (39.45% from 255) = 19.65%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=40.67%
G=19.65%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710020200.520.020.19302.852.7160.2
HexCF64CA03421312f353c
Octal3171443120642234576574
Binary1100111111001001100101001101001010011100101111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF64CA; }

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

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

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

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

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

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

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

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