#CE7AC6

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

Shades of Orchid #CE7AC6

Tints of Orchid #CE7AC6

Color information

#CE7AC6 (or 0xCE7AC6) is unknown color: approx Orchid. HEX triplet: CE, 7A and C6. RGB value is (206,122,198). Sum of RGB (Red+Green+Blue) = 206+122+198=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AC6 is #318539. Grayscale: #9B9B9B. Windows color (decimal): -3245370 or 13007566. OLE color: 13007566.

HSL color Cylindrical-coordinate representation of color #CE7AC6: hue angle of 305.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 #CE7AC6 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206122198-
CMYK00.410.040.19
HSL305.71º46.15%64.31%-
HSV(B)305.71º40.78%80.78%-
XYZ42.6131.1257.19-
YUV155.78151.83163.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 122 (48.05% from 255) = 23.19%
BLUE value IS 198 (77.73% from 255) = 37.64%
R=39.16%
G=23.19%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612219800.410.040.19305.7146.1564.31
HexCE7AC60294131322e40
Octal31617230605142346256100
Binary110011101111010110001100101001100100111001100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7AC6; }

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

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

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

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

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

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

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

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