Html Css Color HEX #C053EA Medium Orchid

📋 copy color: '#C053EA'

red 192 ◦ green 83 ◦ blue 234

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

Shades of Medium Orchid #C053EA

Tints of Medium Orchid #C053EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 37.72%
G = 16.31%
B = 45.97%

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

#C053EA (or 0xC053EA) is known color: Medium Orchid. HEX triplet: C0, 53 and EA. RGB value is (192,83,234). Sum of RGB (Red+Green+Blue) = 192+83+234=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #C053EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053EA is #3FAC15. Grayscale: #848484. Windows color (decimal): -4172822 or 15356864. OLE color: 15356864.

HSL color Cylindrical-coordinate representation of color #C053EA: hue angle of 283.31º degrees, saturation: 0.78, 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 #C053EA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 83 234 -
CMYK 0.18 0.65 0 0.08
HSL 283.31º 0.78% 0.62% -
HSV(B) 283.31º 0.65% 0.92% -
XYZ 39.68 23.33 80.25 -
YUV 132.81 185.11 170.22 -
System Red Green Blue C M Y K H S L
Decimal 192 83 234 0.18 0.65 0 0.08 283.31 0.78 0.62
Hex C0 53 EA 12 41 0 8 11B 4E 3E
Octal 300 123 352 22 101 0 10 433 116 76
Binary 11000000 1010011 11101010 10010 1000001 0 1000 100011011 1001110 111110

Color Harmonies of #C053EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053EA

Black with #C053EA

Text Example


Text Example

White with #C053EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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