Html Css Color HEX #C053EB Medium Orchid

📋 copy color: '#C053EB'

red 192 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #C053EB

Tints of Medium Orchid #C053EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 37.65%
G = 16.27%
B = 46.08%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C053EB (or 0xC053EB) is known color: Medium Orchid. HEX triplet: C0, 53 and EB. RGB value is (192,83,235). Sum of RGB (Red+Green+Blue) = 192+83+235=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #C053EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053EB is #3FAC14. Grayscale: #848484. Windows color (decimal): -4172821 or 15422400. OLE color: 15422400.

HSL color Cylindrical-coordinate representation of color #C053EB: hue angle of 283.03º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C053EB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 83 235 -
CMYK 0.18 0.65 0 0.08
HSL 283.03º 0.79% 0.62% -
HSV(B) 283.03º 0.65% 0.92% -
XYZ 39.83 23.39 81.01 -
YUV 132.92 185.61 170.14 -
System Red Green Blue C M Y K H S L
Decimal 192 83 235 0.18 0.65 0 0.08 283.03 0.79 0.62
Hex C0 53 EB 12 41 0 8 11B 4F 3E
Octal 300 123 353 22 101 0 10 433 117 76
Binary 11000000 1010011 11101011 10010 1000001 0 1000 100011011 1001111 111110

Color Harmonies of #C053EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053EB

Black with #C053EB

Text Example


Text Example

White with #C053EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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