#C073CC

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

Shades of Orchid #C073CC

Tints of Orchid #C073CC

Color information

#C073CC (or 0xC073CC) is unknown color: approx Orchid. HEX triplet: C0, 73 and CC. RGB value is (192,115,204). Sum of RGB (Red+Green+Blue) = 192+115+204=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #C073CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073CC is #3F8C33. Grayscale: #939393. Windows color (decimal): -4164660 or 13398976. OLE color: 13398976.

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

Color convert

RGB192115204-
CMYK0.060.4400.2
HSL291.91º46.6%62.55%-
HSV(B)291.91º43.63%80%-
XYZ38.7727.8360.45-
YUV148.17159.51159.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 115 (45.31% from 255) = 22.50%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=37.57%
G=22.50%
B=39.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921152040.060.4400.2291.9146.662.55
HexC073CC62C0141242f3f
Octal3001633146540244445777
Binary11000000111001111001100110101100010100100100100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073CC; }

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

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

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

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

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

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

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

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