#CC7AC6

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

Shades of Orchid #CC7AC6

Tints of Orchid #CC7AC6

Color information

#CC7AC6 (or 0xCC7AC6) is unknown color: approx Orchid. HEX triplet: CC, 7A and C6. RGB value is (204,122,198). Sum of RGB (Red+Green+Blue) = 204+122+198=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AC6 is #338539. Grayscale: #9A9A9A. Windows color (decimal): -3376442 or 13007564. OLE color: 13007564.

HSL color Cylindrical-coordinate representation of color #CC7AC6: hue angle of 304.39º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7AC6 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204122198-
CMYK00.400.030.2
HSL304.39º44.57%63.92%-
HSV(B)304.39º40.2%80%-
XYZ42.0530.8357.16-
YUV155.18152.17162.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=38.93%
G=23.28%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412219800.400.030.2304.3944.5763.92
HexCC7AC60283141302d40
Octal31417230605032446055100
Binary11001100111101011000110010100011101001001100001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7AC6; }

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

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

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

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

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

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

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

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