Html Css Color HEX #C52FDC Medium Orchid

📋 copy color: '#C52FDC'

red 197 ◦ green 47 ◦ blue 220

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

Shades of Medium Orchid #C52FDC

Tints of Medium Orchid #C52FDC

RGB

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

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

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

R = 42.46%
G = 10.13%
B = 47.41%

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

#C52FDC (or 0xC52FDC) is known color: Medium Orchid. HEX triplet: C5, 2F and DC. RGB value is (197,47,220). Sum of RGB (Red+Green+Blue) = 197+47+220=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #C52FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FDC is #3AD023. Grayscale: #6F6F6F. Windows color (decimal): -3854372 or 14430149. OLE color: 14430149.

HSL color Cylindrical-coordinate representation of color #C52FDC: hue angle of 292.02º 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 #C52FDC is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 47 220 -
CMYK 0.10 0.79 0 0.14
HSL 292.02º 0.71% 0.52% -
HSV(B) 292.02º 0.79% 0.86% -
XYZ 36.96 19.07 69.44 -
YUV 111.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 197 47 220 0.10 0.79 0 0.14 292.02 0.71 0.52
Hex C5 2F DC A 4F 0 E 124 47 34
Octal 305 57 334 12 117 0 16 444 107 64
Binary 11000101 101111 11011100 1010 1001111 0 1110 100100100 1000111 110100

Color Harmonies of #C52FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FDC

Black with #C52FDC

Text Example


Text Example

White with #C52FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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