#CC7ACC

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

Shades of Orchid #CC7ACC

Tints of Orchid #CC7ACC

Color information

#CC7ACC (or 0xCC7ACC) is unknown color: approx Orchid. HEX triplet: CC, 7A and CC. RGB value is (204,122,204). Sum of RGB (Red+Green+Blue) = 204+122+204=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ACC is #338533. Grayscale: #9B9B9B. Windows color (decimal): -3376436 or 13400780. OLE color: 13400780.

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

Color convert

RGB204122204-
CMYK00.4000.2
HSL300º44.57%63.92%-
HSV(B)300º40.2%80%-
XYZ42.7631.1260.88-
YUV155.87155.17162.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 122 (48.05% from 255) = 23.02%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=38.49%
G=23.02%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412220400.4000.230044.5763.92
HexCC7ACC02801412c2d40
Octal31417231405002445455100
Binary1100110011110101100110001010000101001001011001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7ACC; }

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

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

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

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

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

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

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

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