#CE7DCA

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

Shades of Orchid #CE7DCA

Tints of Orchid #CE7DCA

Color information

#CE7DCA (or 0xCE7DCA) is unknown color: approx Orchid. HEX triplet: CE, 7D and CA. RGB value is (206,125,202). Sum of RGB (Red+Green+Blue) = 206+125+202=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DCA is #318235. Grayscale: #9D9D9D. Windows color (decimal): -3244598 or 13270478. OLE color: 13270478.

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

Color convert

RGB206125202-
CMYK00.390.020.19
HSL302.96º45.25%64.9%-
HSV(B)302.96º39.32%80.78%-
XYZ43.4532.0559.77-
YUV158152.84162.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=38.65%
G=23.45%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612520200.390.020.19302.9645.2564.9
HexCE7DCA02721312f2d41
Octal31617531204722345755101
Binary11001110111110111001010010011110100111001011111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DCA; }

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

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

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

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

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

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

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

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