Html Css Color HEX #C535F9 Medium Orchid

📋 copy color: '#C535F9'

red 197 ◦ green 53 ◦ blue 249

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

Shades of Medium Orchid #C535F9

Tints of Medium Orchid #C535F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.9%

R = 39.48%
G = 10.62%
B = 49.9%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C535F9 (or 0xC535F9) is known color: Medium Orchid. HEX triplet: C5, 35 and F9. RGB value is (197,53,249). Sum of RGB (Red+Green+Blue) = 197+53+249=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #C535F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535F9 is #3ACA06. Grayscale: #757575. Windows color (decimal): -3852807 or 16332229. OLE color: 16332229.

HSL color Cylindrical-coordinate representation of color #C535F9: hue angle of 284.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C535F9 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 53 249 -
CMYK 0.21 0.79 0 0.02
HSL 284.08º 0.94% 0.59% -
HSV(B) 284.08º 0.79% 0.98% -
XYZ 41.4 21.26 91.54 -
YUV 118.4 201.71 184.06 -
System Red Green Blue C M Y K H S L
Decimal 197 53 249 0.21 0.79 0 0.02 284.08 0.94 0.59
Hex C5 35 F9 15 4F 0 2 11C 5E 3B
Octal 305 65 371 25 117 0 2 434 136 73
Binary 11000101 110101 11111001 10101 1001111 0 10 100011100 1011110 111011

Color Harmonies of #C535F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535F9

Black with #C535F9

Text Example


Text Example

White with #C535F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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