#CE80D5

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

Shades of Orchid #CE80D5

Tints of Orchid #CE80D5

Color information

#CE80D5 (or 0xCE80D5) is unknown color: approx Orchid. HEX triplet: CE, 80 and D5. RGB value is (206,128,213). Sum of RGB (Red+Green+Blue) = 206+128+213=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE80D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80D5 is #317F2A. Grayscale: #A0A0A0. Windows color (decimal): -3243819 or 13992142. OLE color: 13992142.

HSL color Cylindrical-coordinate representation of color #CE80D5: hue angle of 295.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE80D5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206128213-
CMYK0.030.4000.16
HSL295.06º50.3%66.86%-
HSV(B)295.06º39.91%83.53%-
XYZ45.1833.3667.01-
YUV161.01157.34160.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 213 (83.59% from 255) = 38.94%
R=37.66%
G=23.40%
B=38.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061282130.030.4000.16295.0650.366.86
HexCE80D53280101273243
Octal31620032535002044762103
Binary110011101000000011010101111010000100001001001111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80D5; }

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

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

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

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

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

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

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

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