Html Css Color HEX #C52EDA Medium Orchid

📋 copy color: '#C52EDA'

red 197 ◦ green 46 ◦ blue 218

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

Shades of Medium Orchid #C52EDA

Tints of Medium Orchid #C52EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 42.73%
G = 9.98%
B = 47.29%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C52EDA (or 0xC52EDA) is known color: Medium Orchid. HEX triplet: C5, 2E and DA. RGB value is (197,46,218). Sum of RGB (Red+Green+Blue) = 197+46+218=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #C52EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52EDA is #3AD125. Grayscale: #6E6E6E. Windows color (decimal): -3854630 or 14298821. OLE color: 14298821.

HSL color Cylindrical-coordinate representation of color #C52EDA: hue angle of 292.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52EDA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 46 218 -
CMYK 0.10 0.79 0 0.15
HSL 292.67º 0.7% 0.52% -
HSV(B) 292.67º 0.79% 0.85% -
XYZ 36.66 18.89 68.04 -
YUV 110.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 197 46 218 0.10 0.79 0 0.15 292.67 0.7 0.52
Hex C5 2E DA A 4F 0 F 125 46 34
Octal 305 56 332 12 117 0 17 445 106 64
Binary 11000101 101110 11011010 1010 1001111 0 1111 100100101 1000110 110100

Color Harmonies of #C52EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52EDA

Black with #C52EDA

Text Example


Text Example

White with #C52EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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