Html Css Color HEX #C053F0 Medium Orchid

📋 copy color: '#C053F0'

red 192 ◦ green 83 ◦ blue 240

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

Shades of Medium Orchid #C053F0

Tints of Medium Orchid #C053F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.6%

R = 37.28%
G = 16.12%
B = 46.6%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C053F0 (or 0xC053F0) is known color: Medium Orchid. HEX triplet: C0, 53 and F0. RGB value is (192,83,240). Sum of RGB (Red+Green+Blue) = 192+83+240=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #C053F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053F0 is #3FAC0F. Grayscale: #848484. Windows color (decimal): -4172816 or 15750080. OLE color: 15750080.

HSL color Cylindrical-coordinate representation of color #C053F0: hue angle of 281.66º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C053F0 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 83 240 -
CMYK 0.20 0.65 0 0.06
HSL 281.66º 0.84% 0.63% -
HSV(B) 281.66º 0.65% 0.94% -
XYZ 40.56 23.68 84.87 -
YUV 133.49 188.11 169.73 -
System Red Green Blue C M Y K H S L
Decimal 192 83 240 0.20 0.65 0 0.06 281.66 0.84 0.63
Hex C0 53 F0 14 41 0 6 11A 54 3F
Octal 300 123 360 24 101 0 6 432 124 77
Binary 11000000 1010011 11110000 10100 1000001 0 110 100011010 1010100 111111

Color Harmonies of #C053F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053F0

Black with #C053F0

Text Example


Text Example

White with #C053F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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