#CF64D5

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

Shades of Orchid #CF64D5

Tints of Orchid #CF64D5

Color information

#CF64D5 (or 0xCF64D5) is unknown color: approx Orchid. HEX triplet: CF, 64 and D5. RGB value is (207,100,213). Sum of RGB (Red+Green+Blue) = 207+100+213=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF64D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64D5 is #309B2A. Grayscale: #909090. Windows color (decimal): -3185451 or 13984975. OLE color: 13984975.

HSL color Cylindrical-coordinate representation of color #CF64D5: hue angle of 296.81º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF64D5 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207100213-
CMYK0.030.5300.16
HSL296.81º57.36%61.37%-
HSV(B)296.81º53.05%83.53%-
XYZ42.327.1865.97-
YUV144.88166.45172.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 100 (39.45% from 255) = 19.23%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=39.81%
G=19.23%
B=40.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071002130.030.5300.16296.8157.3661.37
HexCF64D5335010129393d
Octal3171443253650204517175
Binary1100111111001001101010111110101010000100101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF64D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF64D5; }

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

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

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

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

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

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

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

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