#CE7CDD

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

Shades of Orchid #CE7CDD

Tints of Orchid #CE7CDD

Color information

#CE7CDD (or 0xCE7CDD) is unknown color: approx Orchid. HEX triplet: CE, 7C and DD. RGB value is (206,124,221). Sum of RGB (Red+Green+Blue) = 206+124+221=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CDD is #318322. Grayscale: #9F9F9F. Windows color (decimal): -3244835 or 14515406. OLE color: 14515406.

HSL color Cylindrical-coordinate representation of color #CE7CDD: hue angle of 290.72º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7CDD is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206124221-
CMYK0.070.4400.13
HSL290.72º58.79%67.65%-
HSV(B)290.72º43.89%86.67%-
XYZ45.7132.7672.32-
YUV159.58162.67161.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 124 (48.83% from 255) = 22.50%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=37.39%
G=22.50%
B=40.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061242210.070.4400.13290.7258.7967.65
HexCE7CDD72C0D1233b44
Octal31617433575401544373104
Binary11001110111110011011101111101100011011001000111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7CDD; }

 p { color: rgb(206,124,221); }

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

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

 a { background-color: rgb(206,124,221); }

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

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

 span { border-color: rgb(206,124,221); }

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