Html Css Color HEX #C532DF Medium Orchid

📋 copy color: '#C532DF'

red 197 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #C532DF

Tints of Medium Orchid #C532DF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.64%

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

R = 41.91%
G = 10.64%
B = 47.45%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C532DF (or 0xC532DF) is known color: Medium Orchid. HEX triplet: C5, 32 and DF. RGB value is (197,50,223). Sum of RGB (Red+Green+Blue) = 197+50+223=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #C532DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532DF is #3ACD20. Grayscale: #717171. Windows color (decimal): -3853601 or 14627525. OLE color: 14627525.

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

Color convert

RGB 197 50 223 -
CMYK 0.12 0.78 0 0.13
HSL 290.98º 0.73% 0.54% -
HSV(B) 290.98º 0.78% 0.87% -
XYZ 37.49 19.48 71.6 -
YUV 113.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 197 50 223 0.12 0.78 0 0.13 290.98 0.73 0.54
Hex C5 32 DF C 4E 0 D 123 49 36
Octal 305 62 337 14 116 0 15 443 111 66
Binary 11000101 110010 11011111 1100 1001110 0 1101 100100011 1001001 110110

Color Harmonies of #C532DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532DF

Black with #C532DF

Text Example


Text Example

White with #C532DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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