#CE82C4

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

Shades of Orchid #CE82C4

Tints of Orchid #CE82C4

Color information

#CE82C4 (or 0xCE82C4) is unknown color: approx Orchid. HEX triplet: CE, 82 and C4. RGB value is (206,130,196). Sum of RGB (Red+Green+Blue) = 206+130+196=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82C4 is #317D3B. Grayscale: #A0A0A0. Windows color (decimal): -3243324 or 12878542. OLE color: 12878542.

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

Color convert

RGB206130196-
CMYK00.370.050.19
HSL307.89º43.68%65.88%-
HSV(B)307.89º36.89%80.78%-
XYZ43.433.0756.32-
YUV160.25148.18160.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 130 (51.17% from 255) = 24.44%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=38.72%
G=24.44%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613019600.370.050.19307.8943.6865.88
HexCE82C40255131342c42
Octal31620230404552346454102
Binary1100111010000010110001000100101101100111001101001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82C4; }

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

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

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

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

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

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

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

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