Html Css Color HEX #C053DC Medium Orchid

📋 copy color: '#C053DC'

red 192 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #C053DC

Tints of Medium Orchid #C053DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 38.79%
G = 16.77%
B = 44.44%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C053DC (or 0xC053DC) is known color: Medium Orchid. HEX triplet: C0, 53 and DC. RGB value is (192,83,220). Sum of RGB (Red+Green+Blue) = 192+83+220=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #C053DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053DC is #3FAC23. Grayscale: #828282. Windows color (decimal): -4172836 or 14439360. OLE color: 14439360.

HSL color Cylindrical-coordinate representation of color #C053DC: hue angle of 287.74º degrees, saturation: 0.66, 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 #C053DC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 83 220 -
CMYK 0.13 0.62 0 0.14
HSL 287.74º 0.66% 0.59% -
HSV(B) 287.74º 0.62% 0.86% -
XYZ 37.75 22.56 70.08 -
YUV 131.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 192 83 220 0.13 0.62 0 0.14 287.74 0.66 0.59
Hex C0 53 DC D 3E 0 E 120 42 3B
Octal 300 123 334 15 76 0 16 440 102 73
Binary 11000000 1010011 11011100 1101 111110 0 1110 100100000 1000010 111011

Color Harmonies of #C053DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053DC

Black with #C053DC

Text Example


Text Example

White with #C053DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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