#C073CA

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

Shades of Orchid #C073CA

Tints of Orchid #C073CA

Color information

#C073CA (or 0xC073CA) is unknown color: approx Orchid. HEX triplet: C0, 73 and CA. RGB value is (192,115,202). Sum of RGB (Red+Green+Blue) = 192+115+202=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #C073CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073CA is #3F8C35. Grayscale: #939393. Windows color (decimal): -4164662 or 13267904. OLE color: 13267904.

HSL color Cylindrical-coordinate representation of color #C073CA: hue angle of 293.1º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C073CA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192115202-
CMYK0.050.4300.21
HSL293.1º45.08%62.16%-
HSV(B)293.1º43.07%79.22%-
XYZ38.5327.7359.2-
YUV147.94158.51159.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 115 (45.31% from 255) = 22.59%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=37.72%
G=22.59%
B=39.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921152020.050.4300.21293.145.0862.16
HexC073CA52B0151252d3e
Octal3001633125530254455576
Binary11000000111001111001010101101011010101100100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073CA; }

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

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

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

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

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

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

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

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