#C273C8

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

Shades of Orchid #C273C8

Tints of Orchid #C273C8

Color information

#C273C8 (or 0xC273C8) is unknown color: approx Orchid. HEX triplet: C2, 73 and C8. RGB value is (194,115,200). Sum of RGB (Red+Green+Blue) = 194+115+200=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: blue. Hex color #C273C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273C8 is #3D8C37. Grayscale: #949494. Windows color (decimal): -4033592 or 13136834. OLE color: 13136834.

HSL color Cylindrical-coordinate representation of color #C273C8: hue angle of 295.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C273C8 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194115200-
CMYK0.030.4200.22
HSL295.76º43.59%61.76%-
HSV(B)295.76º42.5%78.43%-
XYZ38.827.957.98-
YUV148.31157.17160.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 115 (45.31% from 255) = 22.59%
BLUE value IS 200 (78.52% from 255) = 39.29%
R=38.11%
G=22.59%
B=39.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941152000.030.4200.22295.7643.5961.76
HexC273C832A0161282c3e
Octal3021633103520264505476
Binary1100001011100111100100011101010010110100101000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273C8; }

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

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

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

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

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

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

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

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