#CE82BE

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

Shades of Orchid #CE82BE

Tints of Orchid #CE82BE

Color information

#CE82BE (or 0xCE82BE) is unknown color: approx Orchid. HEX triplet: CE, 82 and BE. RGB value is (206,130,190). Sum of RGB (Red+Green+Blue) = 206+130+190=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82BE is #317D41. Grayscale: #9F9F9F. Windows color (decimal): -3243330 or 12485326. OLE color: 12485326.

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

Color convert

RGB206130190-
CMYK00.370.080.19
HSL312.63º43.68%65.88%-
HSV(B)312.63º36.89%80.78%-
XYZ42.7332.852.8-
YUV159.56145.18161.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=39.16%
G=24.71%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613019000.370.080.19312.6343.6865.88
HexCE82BE0258131392c42
Octal316202276045102347154102
Binary11001110100000101011111001001011000100111001110011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82BE; }

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

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

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

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

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

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

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

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