#CE7CC8

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

Shades of Orchid #CE7CC8

Tints of Orchid #CE7CC8

Color information

#CE7CC8 (or 0xCE7CC8) is unknown color: approx Orchid. HEX triplet: CE, 7C and C8. RGB value is (206,124,200). Sum of RGB (Red+Green+Blue) = 206+124+200=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CC8 is #318337. Grayscale: #9C9C9C. Windows color (decimal): -3244856 or 13139150. OLE color: 13139150.

HSL color Cylindrical-coordinate representation of color #CE7CC8: hue angle of 304.39º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7CC8 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB206124200-
CMYK00.400.030.19
HSL304.39º45.56%64.71%-
HSV(B)304.39º39.81%80.78%-
XYZ43.0931.7158.49-
YUV157.18152.17162.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 124 (48.83% from 255) = 23.40%
BLUE value IS 200 (78.52% from 255) = 37.74%
R=38.87%
G=23.40%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612420000.400.030.19304.3945.5664.71
HexCE7CC80283131302e41
Octal31617431005032346056101
Binary11001110111110011001000010100011100111001100001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7CC8; }

 p { color: rgb(206,124,200); }

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

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

 a { background-color: rgb(206,124,200); }

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

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

 span { border-color: rgb(206,124,200); }

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