#CC7AC0

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

Shades of Orchid #CC7AC0

Tints of Orchid #CC7AC0

Color information

#CC7AC0 (or 0xCC7AC0) is unknown color: approx Orchid. HEX triplet: CC, 7A and C0. RGB value is (204,122,192). Sum of RGB (Red+Green+Blue) = 204+122+192=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AC0 is #33853F. Grayscale: #9A9A9A. Windows color (decimal): -3376448 or 12614348. OLE color: 12614348.

HSL color Cylindrical-coordinate representation of color #CC7AC0: hue angle of 308.78º 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 #CC7AC0 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204122192-
CMYK00.400.060.2
HSL308.78º44.57%63.92%-
HSV(B)308.78º40.2%80%-
XYZ41.3830.5653.59-
YUV154.5149.17163.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 122 (48.05% from 255) = 23.55%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=39.38%
G=23.55%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412219200.400.060.2308.7844.5763.92
HexCC7AC00286141352d40
Octal31417230005062446555100
Binary110011001111010110000000101000110101001001101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7AC0; }

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

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

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

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

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

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

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

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