Html Css Color HEX #C52FDA Medium Orchid

📋 copy color: '#C52FDA'

red 197 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #C52FDA

Tints of Medium Orchid #C52FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.17%

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

R = 42.64%
G = 10.17%
B = 47.19%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C52FDA (or 0xC52FDA) is known color: Medium Orchid. HEX triplet: C5, 2F and DA. RGB value is (197,47,218). Sum of RGB (Red+Green+Blue) = 197+47+218=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #C52FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FDA is #3AD025. Grayscale: #6E6E6E. Windows color (decimal): -3854374 or 14299077. OLE color: 14299077.

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

Color convert

RGB 197 47 218 -
CMYK 0.10 0.78 0 0.15
HSL 292.63º 0.7% 0.52% -
HSV(B) 292.63º 0.78% 0.85% -
XYZ 36.7 18.97 68.06 -
YUV 111.34 188.2 189.1 -
System Red Green Blue C M Y K H S L
Decimal 197 47 218 0.10 0.78 0 0.15 292.63 0.7 0.52
Hex C5 2F DA A 4E 0 F 125 46 34
Octal 305 57 332 12 116 0 17 445 106 64
Binary 11000101 101111 11011010 1010 1001110 0 1111 100100101 1000110 110100

Color Harmonies of #C52FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FDA

Black with #C52FDA

Text Example


Text Example

White with #C52FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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