#CE7ADA

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

Shades of Orchid #CE7ADA

Tints of Orchid #CE7ADA

Color information

#CE7ADA (or 0xCE7ADA) is unknown color: approx Orchid. HEX triplet: CE, 7A and DA. RGB value is (206,122,218). Sum of RGB (Red+Green+Blue) = 206+122+218=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE7ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ADA is #318525. Grayscale: #9D9D9D. Windows color (decimal): -3245350 or 14318286. OLE color: 14318286.

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

Color convert

RGB206122218-
CMYK0.060.4400.15
HSL292.5º56.47%66.67%-
HSV(B)292.5º44.04%85.49%-
XYZ45.0732.170.15-
YUV158.06161.83162.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 122 (48.05% from 255) = 22.34%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=37.73%
G=22.34%
B=39.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061222180.060.4400.15292.556.4766.67
HexCE7ADA62C0F1243843
Octal31617233265401744470103
Binary11001110111101011011010110101100011111001001001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7ADA; }

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

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

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

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

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

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

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

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