Html Css Color HEX #C52EDC Medium Orchid

📋 copy color: '#C52EDC'

red 197 ◦ green 46 ◦ blue 220

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

Shades of Medium Orchid #C52EDC

Tints of Medium Orchid #C52EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 42.55%
G = 9.94%
B = 47.52%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C52EDC (or 0xC52EDC) is known color: Medium Orchid. HEX triplet: C5, 2E and DC. RGB value is (197,46,220). Sum of RGB (Red+Green+Blue) = 197+46+220=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #C52EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52EDC is #3AD123. Grayscale: #6E6E6E. Windows color (decimal): -3854628 or 14429893. OLE color: 14429893.

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

Color convert

RGB 197 46 220 -
CMYK 0.10 0.79 0 0.14
HSL 292.07º 0.71% 0.52% -
HSV(B) 292.07º 0.79% 0.86% -
XYZ 36.92 18.99 69.43 -
YUV 110.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 197 46 220 0.10 0.79 0 0.14 292.07 0.71 0.52
Hex C5 2E DC A 4F 0 E 124 47 34
Octal 305 56 334 12 117 0 16 444 107 64
Binary 11000101 101110 11011100 1010 1001111 0 1110 100100100 1000111 110100

Color Harmonies of #C52EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52EDC

Black with #C52EDC

Text Example


Text Example

White with #C52EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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