Html Css Color HEX #C52CD7 Medium Orchid

📋 copy color: '#C52CD7'

red 197 ◦ green 44 ◦ blue 215

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

Shades of Medium Orchid #C52CD7

Tints of Medium Orchid #C52CD7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.65%

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 43.2%
G = 9.65%
B = 47.15%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C52CD7 (or 0xC52CD7) is known color: Medium Orchid. HEX triplet: C5, 2C and D7. RGB value is (197,44,215). Sum of RGB (Red+Green+Blue) = 197+44+215=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #C52CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CD7 is #3AD328. Grayscale: #6C6C6C. Windows color (decimal): -3855145 or 14101701. OLE color: 14101701.

HSL color Cylindrical-coordinate representation of color #C52CD7: hue angle of 293.68º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52CD7 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 44 215 -
CMYK 0.08 0.80 0 0.16
HSL 293.68º 0.68% 0.51% -
HSV(B) 293.68º 0.8% 0.84% -
XYZ 36.19 18.58 65.97 -
YUV 109.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 197 44 215 0.08 0.80 0 0.16 293.68 0.68 0.51
Hex C5 2C D7 8 50 0 10 126 44 33
Octal 305 54 327 10 120 0 20 446 104 63
Binary 11000101 101100 11010111 1000 1010000 0 10000 100100110 1000100 110011

Color Harmonies of #C52CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CD7

Black with #C52CD7

Text Example


Text Example

White with #C52CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CD7; }

 p { color: rgb(197,44,215); }

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

background-color css

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

 a { background-color: rgb(197,44,215); }

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

border-color css

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

 span { border-color: rgb(197,44,215); }

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