#CC7CC5

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

Shades of Orchid #CC7CC5

Tints of Orchid #CC7CC5

Color information

#CC7CC5 (or 0xCC7CC5) is unknown color: approx Orchid. HEX triplet: CC, 7C and C5. RGB value is (204,124,197). Sum of RGB (Red+Green+Blue) = 204+124+197=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CC5 is #33833A. Grayscale: #9C9C9C. Windows color (decimal): -3375931 or 12942540. OLE color: 12942540.

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

Color convert

RGB204124197-
CMYK00.390.030.2
HSL305.25º43.96%64.31%-
HSV(B)305.25º39.22%80%-
XYZ42.1931.2856.64-
YUV156.24151162.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 124 (48.83% from 255) = 23.62%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=38.86%
G=23.62%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412419700.390.030.2305.2543.9664.31
HexCC7CC50273141312c40
Octal31417430504732446154100
Binary11001100111110011000101010011111101001001100011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CC5; }

 p { color: rgb(204,124,197); }

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

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

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

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

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

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

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