#CC7CD5

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

Shades of Orchid #CC7CD5

Tints of Orchid #CC7CD5

Color information

#CC7CD5 (or 0xCC7CD5) is unknown color: approx Orchid. HEX triplet: CC, 7C and D5. RGB value is (204,124,213). Sum of RGB (Red+Green+Blue) = 204+124+213=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC7CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CD5 is #33832A. Grayscale: #9D9D9D. Windows color (decimal): -3375915 or 13991116. OLE color: 13991116.

HSL color Cylindrical-coordinate representation of color #CC7CD5: hue angle of 293.93º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7CD5 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204124213-
CMYK0.040.4200.16
HSL293.93º51.45%66.08%-
HSV(B)293.93º41.78%83.53%-
XYZ44.1232.0666.81-
YUV158.07159160.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 124 (48.83% from 255) = 22.92%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=37.71%
G=22.92%
B=39.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041242130.040.4200.16293.9351.4566.08
HexCC7CD542A0101263342
Octal31417432545202044663102
Binary110011001111100110101011001010100100001001001101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CD5; }

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

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

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

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

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

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

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

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