#CE80C5

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

Shades of Orchid #CE80C5

Tints of Orchid #CE80C5

Color information

#CE80C5 (or 0xCE80C5) is unknown color: approx Orchid. HEX triplet: CE, 80 and C5. RGB value is (206,128,197). Sum of RGB (Red+Green+Blue) = 206+128+197=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80C5 is #317F3A. Grayscale: #9E9E9E. Windows color (decimal): -3243835 or 12943566. OLE color: 12943566.

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

Color convert

RGB206128197-
CMYK00.380.040.19
HSL306.92º44.32%65.49%-
HSV(B)306.92º37.86%80.78%-
XYZ43.2532.5956.83-
YUV159.19149.34161.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 197 (77.34% from 255) = 37.10%
R=38.79%
G=24.11%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612819700.380.040.19306.9244.3265.49
HexCE80C50264131332c41
Octal31620030504642346354101
Binary1100111010000000110001010100110100100111001100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80C5; }

 p { color: rgb(206,128,197); }

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

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

 a { background-color: rgb(206,128,197); }

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

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

 span { border-color: rgb(206,128,197); }

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