Html Css Color HEX #C52FD8 Medium Orchid

📋 copy color: '#C52FD8'

red 197 ◦ green 47 ◦ blue 216

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

Shades of Medium Orchid #C52FD8

Tints of Medium Orchid #C52FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.96%

R = 42.83%
G = 10.22%
B = 46.96%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C52FD8 (or 0xC52FD8) is known color: Medium Orchid. HEX triplet: C5, 2F and D8. RGB value is (197,47,216). Sum of RGB (Red+Green+Blue) = 197+47+216=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #C52FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FD8 is #3AD027. Grayscale: #6E6E6E. Windows color (decimal): -3854376 or 14168005. OLE color: 14168005.

HSL color Cylindrical-coordinate representation of color #C52FD8: hue angle of 293.25º degrees, saturation: 0.68, 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 #C52FD8 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 47 216 -
CMYK 0.09 0.78 0 0.15
HSL 293.25º 0.68% 0.52% -
HSV(B) 293.25º 0.78% 0.85% -
XYZ 36.44 18.86 66.69 -
YUV 111.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 197 47 216 0.09 0.78 0 0.15 293.25 0.68 0.52
Hex C5 2F D8 9 4E 0 F 125 44 34
Octal 305 57 330 11 116 0 17 445 104 64
Binary 11000101 101111 11011000 1001 1001110 0 1111 100100101 1000100 110100

Color Harmonies of #C52FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FD8

Black with #C52FD8

Text Example


Text Example

White with #C52FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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