#CE7ADD

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

Shades of Orchid #CE7ADD

Tints of Orchid #CE7ADD

Color information

#CE7ADD (or 0xCE7ADD) is unknown color: approx Orchid. HEX triplet: CE, 7A and DD. RGB value is (206,122,221). Sum of RGB (Red+Green+Blue) = 206+122+221=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ADD is #318522. Grayscale: #9E9E9E. Windows color (decimal): -3245347 or 14514894. OLE color: 14514894.

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

Color convert

RGB206122221-
CMYK0.070.4500.13
HSL290.91º59.28%67.25%-
HSV(B)290.91º44.8%86.67%-
XYZ45.4632.2672.24-
YUV158.4163.33161.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=37.52%
G=22.22%
B=40.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061222210.070.4500.13290.9159.2867.25
HexCE7ADD72D0D1233b43
Octal31617233575501544373103
Binary11001110111101011011101111101101011011001000111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7ADD; }

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

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

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

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

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

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

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

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