Html Css Color HEX #C052EA Medium Orchid

📋 copy color: '#C052EA'

red 192 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #C052EA

Tints of Medium Orchid #C052EA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.14%

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

R = 37.8%
G = 16.14%
B = 46.06%

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

#C052EA (or 0xC052EA) is known color: Medium Orchid. HEX triplet: C0, 52 and EA. RGB value is (192,82,234). Sum of RGB (Red+Green+Blue) = 192+82+234=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #C052EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052EA is #3FAD15. Grayscale: #838383. Windows color (decimal): -4173078 or 15356608. OLE color: 15356608.

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

Color convert

RGB 192 82 234 -
CMYK 0.18 0.65 0 0.08
HSL 283.42º 0.78% 0.62% -
HSV(B) 283.42º 0.65% 0.92% -
XYZ 39.61 23.18 80.23 -
YUV 132.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 192 82 234 0.18 0.65 0 0.08 283.42 0.78 0.62
Hex C0 52 EA 12 41 0 8 11B 4E 3E
Octal 300 122 352 22 101 0 10 433 116 76
Binary 11000000 1010010 11101010 10010 1000001 0 1000 100011011 1001110 111110

Color Harmonies of #C052EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052EA

Black with #C052EA

Text Example


Text Example

White with #C052EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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