#CE68D4

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

Shades of Orchid #CE68D4

Tints of Orchid #CE68D4

Color information

#CE68D4 (or 0xCE68D4) is unknown color: approx Orchid. HEX triplet: CE, 68 and D4. RGB value is (206,104,212). Sum of RGB (Red+Green+Blue) = 206+104+212=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68D4 is #31972B. Grayscale: #929292. Windows color (decimal): -3249964 or 13920462. OLE color: 13920462.

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

Color convert

RGB206104212-
CMYK0.030.5100.17
HSL296.67º55.67%61.96%-
HSV(B)296.67º50.94%83.14%-
XYZ42.2927.7865.42-
YUV146.81164.79170.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 104 (41.02% from 255) = 19.92%
BLUE value IS 212 (83.20% from 255) = 40.61%
R=39.46%
G=19.92%
B=40.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061042120.030.5100.17296.6755.6761.96
HexCE68D4333011129383e
Octal3161503243630214517076
Binary1100111011010001101010011110011010001100101001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE68D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE68D4; }

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

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

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

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

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

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

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

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