#CC7AE1

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

Shades of Orchid #CC7AE1

Tints of Orchid #CC7AE1

Color information

#CC7AE1 (or 0xCC7AE1) is unknown color: approx Orchid. HEX triplet: CC, 7A and E1. RGB value is (204,122,225). Sum of RGB (Red+Green+Blue) = 204+122+225=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC7AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AE1 is #33851E. Grayscale: #9D9D9D. Windows color (decimal): -3376415 or 14777036. OLE color: 14777036.

HSL color Cylindrical-coordinate representation of color #CC7AE1: hue angle of 287.77º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC7AE1 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204122225-
CMYK0.090.4600.12
HSL287.77º63.19%68.04%-
HSV(B)287.77º45.78%88.24%-
XYZ45.4532.1975.05-
YUV158.26165.67160.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 122 (48.05% from 255) = 22.14%
BLUE value IS 225 (88.28% from 255) = 40.83%
R=37.02%
G=22.14%
B=40.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041222250.090.4600.12287.7763.1968.04
HexCC7AE192E0C1203f44
Octal314172341115601444077104
Binary110011001111010111000011001101110011001001000001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7AE1; }

 p { color: rgb(204,122,225); }

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

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

 a { background-color: rgb(204,122,225); }

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

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

 span { border-color: rgb(204,122,225); }

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