#CE82CA

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

Shades of Orchid #CE82CA

Tints of Orchid #CE82CA

Color information

#CE82CA (or 0xCE82CA) is unknown color: approx Orchid. HEX triplet: CE, 82 and CA. RGB value is (206,130,202). Sum of RGB (Red+Green+Blue) = 206+130+202=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82CA is #317D35. Grayscale: #A0A0A0. Windows color (decimal): -3243318 or 13271758. OLE color: 13271758.

HSL color Cylindrical-coordinate representation of color #CE82CA: hue angle of 303.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE82CA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206130202-
CMYK00.370.020.19
HSL303.16º43.68%65.88%-
HSV(B)303.16º36.89%80.78%-
XYZ44.133.3559.99-
YUV160.93151.18160.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=38.29%
G=24.16%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613020200.370.020.19303.1643.6865.88
HexCE82CA02521312f2c42
Octal31620231204522345754102
Binary110011101000001011001010010010110100111001011111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82CA; }

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

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

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

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

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

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

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

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