Html Css Color HEX #C52EED Medium Orchid

📋 copy color: '#C52EED'

red 197 ◦ green 46 ◦ blue 237

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

Shades of Medium Orchid #C52EED

Tints of Medium Orchid #C52EED

RGB

 RED value IS 197 (77.34% from 255) = 41.04%

 GREEN value IS 46 (18.36% from 255) = 9.58%

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 41.04%
G = 9.58%
B = 49.38%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C52EED (or 0xC52EED) is known color: Medium Orchid. HEX triplet: C5, 2E and ED. RGB value is (197,46,237). Sum of RGB (Red+Green+Blue) = 197+46+237=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #C52EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52EED is #3AD112. Grayscale: #707070. Windows color (decimal): -3854611 or 15544005. OLE color: 15544005.

HSL color Cylindrical-coordinate representation of color #C52EED: hue angle of 287.43º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52EED is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 46 237 -
CMYK 0.17 0.81 0 0.07
HSL 287.43º 0.84% 0.55% -
HSV(B) 287.43º 0.81% 0.93% -
XYZ 39.29 19.94 81.9 -
YUV 112.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 197 46 237 0.17 0.81 0 0.07 287.43 0.84 0.55
Hex C5 2E ED 11 51 0 7 11F 54 37
Octal 305 56 355 21 121 0 7 437 124 67
Binary 11000101 101110 11101101 10001 1010001 0 111 100011111 1010100 110111

Color Harmonies of #C52EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52EED

Black with #C52EED

Text Example


Text Example

White with #C52EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52EED; }

 p { color: rgb(197,46,237); }

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

background-color css

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

 a { background-color: rgb(197,46,237); }

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

border-color css

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

 span { border-color: rgb(197,46,237); }

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