Html Css Color HEX #C535EB Medium Orchid

📋 copy color: '#C535EB'

red 197 ◦ green 53 ◦ blue 235

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

Shades of Medium Orchid #C535EB

Tints of Medium Orchid #C535EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 40.62%
G = 10.93%
B = 48.45%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C535EB (or 0xC535EB) is known color: Medium Orchid. HEX triplet: C5, 35 and EB. RGB value is (197,53,235). Sum of RGB (Red+Green+Blue) = 197+53+235=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #C535EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535EB is #3ACA14. Grayscale: #747474. Windows color (decimal): -3852821 or 15414725. OLE color: 15414725.

HSL color Cylindrical-coordinate representation of color #C535EB: hue angle of 287.47º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C535EB is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 53 235 -
CMYK 0.16 0.77 0 0.08
HSL 287.47º 0.82% 0.56% -
HSV(B) 287.47º 0.77% 0.92% -
XYZ 39.29 20.41 80.47 -
YUV 116.8 194.71 185.2 -
System Red Green Blue C M Y K H S L
Decimal 197 53 235 0.16 0.77 0 0.08 287.47 0.82 0.56
Hex C5 35 EB 10 4D 0 8 11F 52 38
Octal 305 65 353 20 115 0 10 437 122 70
Binary 11000101 110101 11101011 10000 1001101 0 1000 100011111 1010010 111000

Color Harmonies of #C535EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535EB

Black with #C535EB

Text Example


Text Example

White with #C535EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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