Html Css Color HEX #C535D9 Medium Orchid

📋 copy color: '#C535D9'

red 197 ◦ green 53 ◦ blue 217

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

Shades of Medium Orchid #C535D9

Tints of Medium Orchid #C535D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.47%

R = 42.18%
G = 11.35%
B = 46.47%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C535D9 (or 0xC535D9) is known color: Medium Orchid. HEX triplet: C5, 35 and D9. RGB value is (197,53,217). Sum of RGB (Red+Green+Blue) = 197+53+217=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #C535D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535D9 is #3ACA26. Grayscale: #727272. Windows color (decimal): -3852839 or 14235077. OLE color: 14235077.

HSL color Cylindrical-coordinate representation of color #C535D9: hue angle of 292.68º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C535D9 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 53 217 -
CMYK 0.09 0.76 0 0.15
HSL 292.68º 0.68% 0.53% -
HSV(B) 292.68º 0.76% 0.85% -
XYZ 36.82 19.43 67.45 -
YUV 114.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 197 53 217 0.09 0.76 0 0.15 292.68 0.68 0.53
Hex C5 35 D9 9 4C 0 F 125 44 35
Octal 305 65 331 11 114 0 17 445 104 65
Binary 11000101 110101 11011001 1001 1001100 0 1111 100100101 1000100 110101

Color Harmonies of #C535D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535D9

Black with #C535D9

Text Example


Text Example

White with #C535D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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