#C055DA

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

Shades of Medium Orchid #C055DA

Tints of Medium Orchid #C055DA

Color information

#C055DA (or 0xC055DA) is unknown color: approx Medium Orchid. HEX triplet: C0, 55 and DA. RGB value is (192,85,218). Sum of RGB (Red+Green+Blue) = 192+85+218=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #C055DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055DA is #3FAA25. Grayscale: #838383. Windows color (decimal): -4172326 or 14308800. OLE color: 14308800.

HSL color Cylindrical-coordinate representation of color #C055DA: hue angle of 288.27º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C055DA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19285218-
CMYK0.120.6100.15
HSL288.27º64.25%59.41%-
HSV(B)288.27º61.01%85.49%-
XYZ37.6422.7768.74-
YUV132.16176.45170.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 85 (33.59% from 255) = 17.17%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=38.79%
G=17.17%
B=44.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192852180.120.6100.15288.2764.2559.41
HexC055DAC3D0F120403b
Octal300125332147501744010073
Binary110000001010101110110101100111101011111001000001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C055DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C055DA; }

 p { color: rgb(192,85,218); }

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

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

 a { background-color: rgb(192,85,218); }

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

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

 span { border-color: rgb(192,85,218); }

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