#CE7AB8

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

Shades of Orchid #CE7AB8

Tints of Orchid #CE7AB8

Color information

#CE7AB8 (or 0xCE7AB8) is unknown color: approx Orchid. HEX triplet: CE, 7A and B8. RGB value is (206,122,184). Sum of RGB (Red+Green+Blue) = 206+122+184=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AB8 is #318547. Grayscale: #9A9A9A. Windows color (decimal): -3245384 or 12090062. OLE color: 12090062.

HSL color Cylindrical-coordinate representation of color #CE7AB8: hue angle of 315.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7AB8 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB206122184-
CMYK00.410.110.19
HSL315.71º46.15%64.31%-
HSV(B)315.71º40.78%80.78%-
XYZ41.0630.549.07-
YUV154.18144.83164.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 184 (72.27% from 255) = 35.94%
R=40.23%
G=23.83%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612218400.410.110.19315.7146.1564.31
HexCE7AB8029B1313c2e40
Octal316172270051132347456100
Binary1100111011110101011100001010011011100111001111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7AB8; }

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

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

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

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

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

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

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

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