#CE7ED5

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

Shades of Orchid #CE7ED5

Tints of Orchid #CE7ED5

Color information

#CE7ED5 (or 0xCE7ED5) is unknown color: approx Orchid. HEX triplet: CE, 7E and D5. RGB value is (206,126,213). Sum of RGB (Red+Green+Blue) = 206+126+213=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ED5 is #31812A. Grayscale: #9F9F9F. Windows color (decimal): -3244331 or 13991630. OLE color: 13991630.

HSL color Cylindrical-coordinate representation of color #CE7ED5: hue angle of 295.17º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7ED5 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206126213-
CMYK0.030.4100.16
HSL295.17º50.88%66.47%-
HSV(B)295.17º40.85%83.53%-
XYZ44.9232.8566.92-
YUV159.84158160.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=37.80%
G=23.12%
B=39.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061262130.030.4100.16295.1750.8866.47
HexCE7ED53290101273342
Octal31617632535102044763102
Binary11001110111111011010101111010010100001001001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7ED5; }

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

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

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

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

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

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

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

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