#C273C9

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

Shades of Orchid #C273C9

Tints of Orchid #C273C9

Color information

#C273C9 (or 0xC273C9) is unknown color: approx Orchid. HEX triplet: C2, 73 and C9. RGB value is (194,115,201). Sum of RGB (Red+Green+Blue) = 194+115+201=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #C273C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273C9 is #3D8C36. Grayscale: #949494. Windows color (decimal): -4033591 or 13202370. OLE color: 13202370.

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

Color convert

RGB194115201-
CMYK0.030.4300.21
HSL295.12º44.33%61.96%-
HSV(B)295.12º42.79%78.82%-
XYZ38.9227.9558.6-
YUV148.43157.67160.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 115 (45.31% from 255) = 22.55%
BLUE value IS 201 (78.91% from 255) = 39.41%
R=38.04%
G=22.55%
B=39.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941152010.030.4300.21295.1244.3361.96
HexC273C932B0151272c3e
Octal3021633113530254475476
Binary1100001011100111100100111101011010101100100111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273C9; }

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

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

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

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

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

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

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

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