#CE7DC1

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

Shades of Orchid #CE7DC1

Tints of Orchid #CE7DC1

Color information

#CE7DC1 (or 0xCE7DC1) is unknown color: approx Orchid. HEX triplet: CE, 7D and C1. RGB value is (206,125,193). Sum of RGB (Red+Green+Blue) = 206+125+193=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DC1 is #31823E. Grayscale: #9C9C9C. Windows color (decimal): -3244607 or 12680654. OLE color: 12680654.

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

Color convert

RGB206125193-
CMYK00.390.060.19
HSL309.63º45.25%64.9%-
HSV(B)309.63º39.32%80.78%-
XYZ42.4131.6454.32-
YUV156.97148.34162.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=39.31%
G=23.85%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612519300.390.060.19309.6345.2564.9
HexCE7DC10276131362d41
Octal31617530104762346655101
Binary110011101111101110000010100111110100111001101101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DC1; }

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

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

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

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

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

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

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

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