Html Css Color HEX #C52FDF Medium Orchid

📋 copy color: '#C52FDF'

red 197 ◦ green 47 ◦ blue 223

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

Shades of Medium Orchid #C52FDF

Tints of Medium Orchid #C52FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 42.18%
G = 10.06%
B = 47.75%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C52FDF (or 0xC52FDF) is known color: Medium Orchid. HEX triplet: C5, 2F and DF. RGB value is (197,47,223). Sum of RGB (Red+Green+Blue) = 197+47+223=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C52FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FDF is #3AD020. Grayscale: #6F6F6F. Windows color (decimal): -3854369 or 14626757. OLE color: 14626757.

HSL color Cylindrical-coordinate representation of color #C52FDF: hue angle of 291.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52FDF is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 47 223 -
CMYK 0.12 0.79 0 0.13
HSL 291.14º 0.73% 0.53% -
HSV(B) 291.14º 0.79% 0.87% -
XYZ 37.36 19.23 71.55 -
YUV 111.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 197 47 223 0.12 0.79 0 0.13 291.14 0.73 0.53
Hex C5 2F DF C 4F 0 D 123 49 35
Octal 305 57 337 14 117 0 15 443 111 65
Binary 11000101 101111 11011111 1100 1001111 0 1101 100100011 1001001 110101

Color Harmonies of #C52FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FDF

Black with #C52FDF

Text Example


Text Example

White with #C52FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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