Html Css Color HEX #C535ED Medium Orchid

📋 copy color: '#C535ED'

red 197 ◦ green 53 ◦ blue 237

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

Shades of Medium Orchid #C535ED

Tints of Medium Orchid #C535ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 40.45%
G = 10.88%
B = 48.67%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C535ED (or 0xC535ED) is known color: Medium Orchid. HEX triplet: C5, 35 and ED. RGB value is (197,53,237). Sum of RGB (Red+Green+Blue) = 197+53+237=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 53 (21.09% from 255 or 10.88% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #C535ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535ED is #3ACA12. Grayscale: #747474. Windows color (decimal): -3852819 or 15545797. OLE color: 15545797.

HSL color Cylindrical-coordinate representation of color #C535ED: hue angle of 286.96º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C535ED is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 53 237 -
CMYK 0.17 0.78 0 0.07
HSL 286.96º 0.84% 0.57% -
HSV(B) 286.96º 0.78% 0.93% -
XYZ 39.59 20.53 82 -
YUV 117.03 195.71 185.04 -
System Red Green Blue C M Y K H S L
Decimal 197 53 237 0.17 0.78 0 0.07 286.96 0.84 0.57
Hex C5 35 ED 11 4E 0 7 11F 54 39
Octal 305 65 355 21 116 0 7 437 124 71
Binary 11000101 110101 11101101 10001 1001110 0 111 100011111 1010100 111001

Color Harmonies of #C535ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535ED

Black with #C535ED

Text Example


Text Example

White with #C535ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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