#CE60DC

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

Shades of Orchid #CE60DC

Tints of Orchid #CE60DC

Color information

#CE60DC (or 0xCE60DC) is unknown color: approx Orchid. HEX triplet: CE, 60 and DC. RGB value is (206,96,220). Sum of RGB (Red+Green+Blue) = 206+96+220=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60DC is #319F23. Grayscale: #8E8E8E. Windows color (decimal): -3252004 or 14442702. OLE color: 14442702.

HSL color Cylindrical-coordinate representation of color #CE60DC: hue angle of 293.23º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE60DC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20696220-
CMYK0.060.5600.14
HSL293.23º63.92%61.96%-
HSV(B)293.23º56.36%86.27%-
XYZ42.5526.6570.61-
YUV143.03171.44172.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 96 (37.89% from 255) = 18.39%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=39.46%
G=18.39%
B=42.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206962200.060.5600.14293.2363.9261.96
HexCE60DC6380E125403e
Octal31614033467001644510076
Binary11001110110000011011100110111000011101001001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE60DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE60DC; }

 p { color: rgb(206,96,220); }

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

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

 a { background-color: rgb(206,96,220); }

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

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

 span { border-color: rgb(206,96,220); }

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