#CE7ED3

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

Shades of Orchid #CE7ED3

Tints of Orchid #CE7ED3

Color information

#CE7ED3 (or 0xCE7ED3) is unknown color: approx Orchid. HEX triplet: CE, 7E and D3. RGB value is (206,126,211). Sum of RGB (Red+Green+Blue) = 206+126+211=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE7ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ED3 is #31812C. Grayscale: #9F9F9F. Windows color (decimal): -3244333 or 13860558. OLE color: 13860558.

HSL color Cylindrical-coordinate representation of color #CE7ED3: hue angle of 296.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7ED3 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206126211-
CMYK0.020.4000.17
HSL296.47º49.13%66.08%-
HSV(B)296.47º40.28%82.75%-
XYZ44.6732.7565.59-
YUV159.61157161.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 126 (49.61% from 255) = 23.20%
BLUE value IS 211 (82.81% from 255) = 38.86%
R=37.94%
G=23.20%
B=38.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061262110.020.4000.17296.4749.1366.08
HexCE7ED32280111283142
Octal31617632325002145061102
Binary11001110111111011010011101010000100011001010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7ED3; }

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

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

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

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

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

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

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

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