#CF64DD

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

Shades of Orchid #CF64DD

Tints of Orchid #CF64DD

Color information

#CF64DD (or 0xCF64DD) is unknown color: approx Orchid. HEX triplet: CF, 64 and DD. RGB value is (207,100,221). Sum of RGB (Red+Green+Blue) = 207+100+221=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64DD is #309B22. Grayscale: #919191. Windows color (decimal): -3185443 or 14509263. OLE color: 14509263.

HSL color Cylindrical-coordinate representation of color #CF64DD: hue angle of 293.06º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF64DD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207100221-
CMYK0.060.5500.13
HSL293.06º64.02%62.94%-
HSV(B)293.06º54.75%86.67%-
XYZ43.3427.671.45-
YUV145.79170.45171.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 100 (39.45% from 255) = 18.94%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=39.20%
G=18.94%
B=41.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071002210.060.5500.13293.0664.0262.94
HexCF64DD6370D125403f
Octal31714433566701544510077
Binary11001111110010011011101110110111011011001001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF64DD; }

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

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

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

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

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

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

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

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