#CC73B4

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

Shades of Orchid #CC73B4

Tints of Orchid #CC73B4

Color information

#CC73B4 (or 0xCC73B4) is unknown color: approx Orchid. HEX triplet: CC, 73 and B4. RGB value is (204,115,180). Sum of RGB (Red+Green+Blue) = 204+115+180=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73B4 is #338C4B. Grayscale: #949494. Windows color (decimal): -3378252 or 11826124. OLE color: 11826124.

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

Color convert

RGB204115180-
CMYK00.440.120.2
HSL316.18º46.6%62.55%-
HSV(B)316.18º43.63%80%-
XYZ39.2728.3946.59-
YUV149.02145.49167.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 115 (45.31% from 255) = 23.05%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=40.88%
G=23.05%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411518000.440.120.2316.1846.662.55
HexCC73B402CC1413c2f3f
Octal31416326405414244745777
Binary110011001110011101101000101100110010100100111100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC73B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC73B4; }

 p { color: rgb(204,115,180); }

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

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

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

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

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

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

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