#C074CA

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

Shades of Orchid #C074CA

Tints of Orchid #C074CA

Color information

#C074CA (or 0xC074CA) is unknown color: approx Orchid. HEX triplet: C0, 74 and CA. RGB value is (192,116,202). Sum of RGB (Red+Green+Blue) = 192+116+202=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #C074CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074CA is #3F8B35. Grayscale: #949494. Windows color (decimal): -4164406 or 13268160. OLE color: 13268160.

HSL color Cylindrical-coordinate representation of color #C074CA: hue angle of 293.02º 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 #C074CA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192116202-
CMYK0.050.4300.21
HSL293.02º44.79%62.35%-
HSV(B)293.02º42.57%79.22%-
XYZ38.6427.9659.24-
YUV148.53158.18159.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 116 (45.70% from 255) = 22.75%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=37.65%
G=22.75%
B=39.61%

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
Decimal1921162020.050.4300.21293.0244.7962.35
HexC074CA52B0151252d3e
Octal3001643125530254455576
Binary11000000111010011001010101101011010101100100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C074CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C074CA; }

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

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

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

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

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

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

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

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