Html Css Color HEX #C053DB Medium Orchid

📋 copy color: '#C053DB'

red 192 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #C053DB

Tints of Medium Orchid #C053DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 38.87%
G = 16.8%
B = 44.33%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C053DB (or 0xC053DB) is known color: Medium Orchid. HEX triplet: C0, 53 and DB. RGB value is (192,83,219). Sum of RGB (Red+Green+Blue) = 192+83+219=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #C053DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053DB is #3FAC24. Grayscale: #828282. Windows color (decimal): -4172837 or 14373824. OLE color: 14373824.

HSL color Cylindrical-coordinate representation of color #C053DB: hue angle of 288.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C053DB is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 83 219 -
CMYK 0.12 0.62 0 0.14
HSL 288.09º 0.65% 0.59% -
HSV(B) 288.09º 0.62% 0.86% -
XYZ 37.62 22.51 69.38 -
YUV 131.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 192 83 219 0.12 0.62 0 0.14 288.09 0.65 0.59
Hex C0 53 DB C 3E 0 E 120 41 3B
Octal 300 123 333 14 76 0 16 440 101 73
Binary 11000000 1010011 11011011 1100 111110 0 1110 100100000 1000001 111011

Color Harmonies of #C053DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053DB

Black with #C053DB

Text Example


Text Example

White with #C053DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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