Html Css Color HEX #C535DF Medium Orchid

📋 copy color: '#C535DF'

red 197 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #C535DF

Tints of Medium Orchid #C535DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.21%

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

R = 41.65%
G = 11.21%
B = 47.15%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C535DF (or 0xC535DF) is known color: Medium Orchid. HEX triplet: C5, 35 and DF. RGB value is (197,53,223). Sum of RGB (Red+Green+Blue) = 197+53+223=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #C535DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535DF is #3ACA20. Grayscale: #727272. Windows color (decimal): -3852833 or 14628293. OLE color: 14628293.

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

Color convert

RGB 197 53 223 -
CMYK 0.12 0.76 0 0.13
HSL 290.82º 0.73% 0.54% -
HSV(B) 290.82º 0.76% 0.87% -
XYZ 37.62 19.74 71.64 -
YUV 115.44 188.71 186.18 -
System Red Green Blue C M Y K H S L
Decimal 197 53 223 0.12 0.76 0 0.13 290.82 0.73 0.54
Hex C5 35 DF C 4C 0 D 123 49 36
Octal 305 65 337 14 114 0 15 443 111 66
Binary 11000101 110101 11011111 1100 1001100 0 1101 100100011 1001001 110110

Color Harmonies of #C535DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535DF

Black with #C535DF

Text Example


Text Example

White with #C535DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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