#CE7DC6

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

Shades of Orchid #CE7DC6

Tints of Orchid #CE7DC6

Color information

#CE7DC6 (or 0xCE7DC6) is unknown color: approx Orchid. HEX triplet: CE, 7D and C6. RGB value is (206,125,198). Sum of RGB (Red+Green+Blue) = 206+125+198=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DC6 is #318239. Grayscale: #9D9D9D. Windows color (decimal): -3244602 or 13008334. OLE color: 13008334.

HSL color Cylindrical-coordinate representation of color #CE7DC6: hue angle of 305.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DC6 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206125198-
CMYK00.390.040.19
HSL305.93º45.25%64.9%-
HSV(B)305.93º39.32%80.78%-
XYZ42.9831.8757.31-
YUV157.54150.84162.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=38.94%
G=23.63%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612519800.390.040.19305.9345.2564.9
HexCE7DC60274131322d41
Octal31617530604742346255101
Binary110011101111101110001100100111100100111001100101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DC6; }

 p { color: rgb(206,125,198); }

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

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

 a { background-color: rgb(206,125,198); }

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

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

 span { border-color: rgb(206,125,198); }

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