#C273CA

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

Shades of Orchid #C273CA

Tints of Orchid #C273CA

Color information

#C273CA (or 0xC273CA) is unknown color: approx Orchid. HEX triplet: C2, 73 and CA. RGB value is (194,115,202). Sum of RGB (Red+Green+Blue) = 194+115+202=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #C273CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273CA is #3D8C35. Grayscale: #949494. Windows color (decimal): -4033590 or 13267906. OLE color: 13267906.

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

Color convert

RGB194115202-
CMYK0.040.4300.21
HSL294.48º45.08%62.16%-
HSV(B)294.48º43.07%79.22%-
XYZ39.042859.22-
YUV148.54158.17160.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 115 (45.31% from 255) = 22.50%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=37.96%
G=22.50%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941152020.040.4300.21294.4845.0862.16
HexC273CA42B0151262d3e
Octal3021633124530254465576
Binary11000010111001111001010100101011010101100100110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273CA; }

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

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

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

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

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

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

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

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