Html Css Color HEX #C535DB Medium Orchid

📋 copy color: '#C535DB'

red 197 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #C535DB

Tints of Medium Orchid #C535DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 42%
G = 11.3%
B = 46.7%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C535DB (or 0xC535DB) is known color: Medium Orchid. HEX triplet: C5, 35 and DB. RGB value is (197,53,219). Sum of RGB (Red+Green+Blue) = 197+53+219=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #C535DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535DB is #3ACA24. Grayscale: #727272. Windows color (decimal): -3852837 or 14366149. OLE color: 14366149.

HSL color Cylindrical-coordinate representation of color #C535DB: hue angle of 292.05º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C535DB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 53 219 -
CMYK 0.10 0.76 0 0.14
HSL 292.05º 0.7% 0.53% -
HSV(B) 292.05º 0.76% 0.86% -
XYZ 37.09 19.53 68.83 -
YUV 114.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 197 53 219 0.10 0.76 0 0.14 292.05 0.7 0.53
Hex C5 35 DB A 4C 0 E 124 46 35
Octal 305 65 333 12 114 0 16 444 106 65
Binary 11000101 110101 11011011 1010 1001100 0 1110 100100100 1000110 110101

Color Harmonies of #C535DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535DB

Black with #C535DB

Text Example


Text Example

White with #C535DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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