Html Css Color HEX #C534DF Medium Orchid

📋 copy color: '#C534DF'

red 197 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #C534DF

Tints of Medium Orchid #C534DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

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

R = 41.74%
G = 11.02%
B = 47.25%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C534DF (or 0xC534DF) is known color: Medium Orchid. HEX triplet: C5, 34 and DF. RGB value is (197,52,223). Sum of RGB (Red+Green+Blue) = 197+52+223=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #C534DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534DF is #3ACB20. Grayscale: #727272. Windows color (decimal): -3853089 or 14628037. OLE color: 14628037.

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

Color convert

RGB 197 52 223 -
CMYK 0.12 0.77 0 0.13
HSL 290.88º 0.73% 0.54% -
HSV(B) 290.88º 0.77% 0.87% -
XYZ 37.57 19.65 71.63 -
YUV 114.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 197 52 223 0.12 0.77 0 0.13 290.88 0.73 0.54
Hex C5 34 DF C 4D 0 D 123 49 36
Octal 305 64 337 14 115 0 15 443 111 66
Binary 11000101 110100 11011111 1100 1001101 0 1101 100100011 1001001 110110

Color Harmonies of #C534DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534DF

Black with #C534DF

Text Example


Text Example

White with #C534DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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