#CE7DCB

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

Shades of Orchid #CE7DCB

Tints of Orchid #CE7DCB

Color information

#CE7DCB (or 0xCE7DCB) is unknown color: approx Orchid. HEX triplet: CE, 7D and CB. RGB value is (206,125,203). Sum of RGB (Red+Green+Blue) = 206+125+203=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DCB is #318234. Grayscale: #9D9D9D. Windows color (decimal): -3244597 or 13336014. OLE color: 13336014.

HSL color Cylindrical-coordinate representation of color #CE7DCB: hue angle of 302.22º 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 #CE7DCB is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206125203-
CMYK00.390.010.19
HSL302.22º45.25%64.9%-
HSV(B)302.22º39.32%80.78%-
XYZ43.5732.160.4-
YUV158.11153.34162.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=38.58%
G=23.41%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612520300.390.010.19302.2245.2564.9
HexCE7DCB02711312e2d41
Octal31617531304712345655101
Binary1100111011111011100101101001111100111001011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DCB; }

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

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

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

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

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

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

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

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