#CE64D4

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

Shades of Orchid #CE64D4

Tints of Orchid #CE64D4

Color information

#CE64D4 (or 0xCE64D4) is unknown color: approx Orchid. HEX triplet: CE, 64 and D4. RGB value is (206,100,212). Sum of RGB (Red+Green+Blue) = 206+100+212=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE64D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64D4 is #319B2B. Grayscale: #909090. Windows color (decimal): -3250988 or 13919438. OLE color: 13919438.

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

Color convert

RGB206100212-
CMYK0.030.5300.17
HSL296.79º56.57%61.18%-
HSV(B)296.79º52.83%83.14%-
XYZ41.8926.9965.29-
YUV144.46166.12171.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 100 (39.45% from 255) = 19.31%
BLUE value IS 212 (83.20% from 255) = 40.93%
R=39.77%
G=19.31%
B=40.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061002120.030.5300.17296.7956.5761.18
HexCE64D4335011129393d
Octal3161443243650214517175
Binary1100111011001001101010011110101010001100101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE64D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE64D4; }

 p { color: rgb(206,100,212); }

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

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

 a { background-color: rgb(206,100,212); }

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

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

 span { border-color: rgb(206,100,212); }

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