#cf64e0

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

Shades of Orchid #CF64E0

Tints of Orchid #CF64E0

Color information

#CF64E0 (or 0xCF64E0) is unknown color: approx Orchid. HEX triplet: CF, 64 and E0. RGB value is (207,100,224). Sum of RGB (Red+Green+Blue) = 207+100+224=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64E0 is #309B1F. Grayscale: #919191. Windows color (decimal): -3185440 or 14705871. OLE color: 14705871.

HSL color Cylindrical-coordinate representation of color #CF64E0: hue angle of 291.77º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF64E0 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207100224-
CMYK0.080.5500.12
HSL291.77º66.67%63.53%-
HSV(B)291.77º55.36%87.84%-
XYZ43.7427.7673.57-
YUV146.13171.95171.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 100 (39.45% from 255) = 18.83%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=38.98%
G=18.83%
B=42.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071002240.080.5500.12291.7766.6763.53
HexCF64E08370C1244340
Octal3171443401067014444103100
Binary1100111111001001110000010001101110110010010010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf64e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf64e0; }

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

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

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

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

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

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

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

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