#CE7DC4

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

Shades of Orchid #CE7DC4

Tints of Orchid #CE7DC4

Color information

#CE7DC4 (or 0xCE7DC4) is unknown color: approx Orchid. HEX triplet: CE, 7D and C4. RGB value is (206,125,196). Sum of RGB (Red+Green+Blue) = 206+125+196=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DC4 is #31823B. Grayscale: #9D9D9D. Windows color (decimal): -3244604 or 12877262. OLE color: 12877262.

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

Color convert

RGB206125196-
CMYK00.390.050.19
HSL307.41º45.25%64.9%-
HSV(B)307.41º39.32%80.78%-
XYZ42.7531.7756.1-
YUV157.31149.84162.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 196 (76.95% from 255) = 37.19%
R=39.09%
G=23.72%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612519600.390.050.19307.4145.2564.9
HexCE7DC40275131332d41
Octal31617530404752346355101
Binary110011101111101110001000100111101100111001100111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DC4; }

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

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

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

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

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

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

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

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