Html Css Color HEX #C053D8 Medium Orchid

📋 copy color: '#C053D8'

red 192 ◦ green 83 ◦ blue 216

#C053D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C053D8

Tints of Medium Orchid #C053D8

RGB

 RED value IS 192 (75.39% from 255) = 39.1%

 GREEN value IS 83 (32.81% from 255) = 16.9%

 BLUE value IS 216 (84.77% from 255) = 43.99%

R = 39.1%
G = 16.9%
B = 43.99%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C053D8 (or 0xC053D8) is known color: Medium Orchid. HEX triplet: C0, 53 and D8. RGB value is (192,83,216). Sum of RGB (Red+Green+Blue) = 192+83+216=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #C053D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053D8 is #3FAC27. Grayscale: #828282. Windows color (decimal): -4172840 or 14177216. OLE color: 14177216.

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

Color convert

RGB 192 83 216 -
CMYK 0.11 0.62 0 0.15
HSL 289.17º 0.63% 0.59% -
HSV(B) 289.17º 0.62% 0.85% -
XYZ 37.23 22.35 67.32 -
YUV 130.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 192 83 216 0.11 0.62 0 0.15 289.17 0.63 0.59
Hex C0 53 D8 B 3E 0 F 121 3F 3B
Octal 300 123 330 13 76 0 17 441 77 73
Binary 11000000 1010011 11011000 1011 111110 0 1111 100100001 111111 111011

Color Harmonies of #C053D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053D8

Black with #C053D8

Text Example


Text Example

White with #C053D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053D8; }

 p { color: rgb(192,83,216); }

 H1.HeaderClassName
 {
   color: #C053D8;
 }
 .AnyTagClassName
 {
   color: #C053D8;
 }
</style>

background-color css

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

 a { background-color: rgb(192,83,216); }

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

border-color css

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

 span { border-color: rgb(192,83,216); }

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