#CE7BDC

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

Shades of Orchid #CE7BDC

Tints of Orchid #CE7BDC

Color information

#CE7BDC (or 0xCE7BDC) is unknown color: approx Orchid. HEX triplet: CE, 7B and DC. RGB value is (206,123,220). Sum of RGB (Red+Green+Blue) = 206+123+220=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BDC is #318423. Grayscale: #9E9E9E. Windows color (decimal): -3245092 or 14449614. OLE color: 14449614.

HSL color Cylindrical-coordinate representation of color #CE7BDC: hue angle of 291.34º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7BDC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206123220-
CMYK0.060.4400.14
HSL291.34º58.08%67.25%-
HSV(B)291.34º44.09%86.27%-
XYZ45.4532.4671.58-
YUV158.88162.5161.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=37.52%
G=22.40%
B=40.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061232200.060.4400.14291.3458.0867.25
HexCE7BDC62C0E1233a43
Octal31617333465401644372103
Binary11001110111101111011100110101100011101001000111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7BDC; }

 p { color: rgb(206,123,220); }

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

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

 a { background-color: rgb(206,123,220); }

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

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

 span { border-color: rgb(206,123,220); }

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