Html Css Color HEX #C535FB Medium Orchid

📋 copy color: '#C535FB'

red 197 ◦ green 53 ◦ blue 251

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

Shades of Medium Orchid #C535FB

Tints of Medium Orchid #C535FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 39.32%
G = 10.58%
B = 50.1%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C535FB (or 0xC535FB) is known color: Medium Orchid. HEX triplet: C5, 35 and FB. RGB value is (197,53,251). Sum of RGB (Red+Green+Blue) = 197+53+251=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #C535FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535FB is #3ACA04. Grayscale: #757575. Windows color (decimal): -3852805 or 16463301. OLE color: 16463301.

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

Color convert

RGB 197 53 251 -
CMYK 0.22 0.79 0 0.02
HSL 283.64º 0.96% 0.6% -
HSV(B) 283.64º 0.79% 0.98% -
XYZ 41.71 21.38 93.2 -
YUV 118.63 202.71 183.9 -
System Red Green Blue C M Y K H S L
Decimal 197 53 251 0.22 0.79 0 0.02 283.64 0.96 0.6
Hex C5 35 FB 16 4F 0 2 11C 60 3C
Octal 305 65 373 26 117 0 2 434 140 74
Binary 11000101 110101 11111011 10110 1001111 0 10 100011100 1100000 111100

Color Harmonies of #C535FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535FB

Black with #C535FB

Text Example


Text Example

White with #C535FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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