#CE68C9

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

Shades of Orchid #CE68C9

Tints of Orchid #CE68C9

Color information

#CE68C9 (or 0xCE68C9) is unknown color: approx Orchid. HEX triplet: CE, 68 and C9. RGB value is (206,104,201). Sum of RGB (Red+Green+Blue) = 206+104+201=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68C9 is #319736. Grayscale: #919191. Windows color (decimal): -3249975 or 13199566. OLE color: 13199566.

HSL color Cylindrical-coordinate representation of color #CE68C9: hue angle of 302.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE68C9 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206104201-
CMYK00.500.020.19
HSL302.94º51%60.78%-
HSV(B)302.94º49.51%80.78%-
XYZ40.9527.2458.36-
YUV145.56159.29171.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=40.31%
G=20.35%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610420100.500.020.19302.945160.78
HexCE68C903221312f333d
Octal3161503110622234576375
Binary1100111011010001100100101100101010011100101111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE68C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE68C9; }

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

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

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

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

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

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

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

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