Html Css Color HEX #C536DB Medium Orchid

📋 copy color: '#C536DB'

red 197 ◦ green 54 ◦ blue 219

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

Shades of Medium Orchid #C536DB

Tints of Medium Orchid #C536DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.49%

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

R = 41.91%
G = 11.49%
B = 46.6%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C536DB (or 0xC536DB) is known color: Medium Orchid. HEX triplet: C5, 36 and DB. RGB value is (197,54,219). Sum of RGB (Red+Green+Blue) = 197+54+219=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #C536DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536DB is #3AC924. Grayscale: #737373. Windows color (decimal): -3852581 or 14366405. OLE color: 14366405.

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

Color convert

RGB 197 54 219 -
CMYK 0.10 0.75 0 0.14
HSL 292º 0.7% 0.54% -
HSV(B) 292º 0.75% 0.86% -
XYZ 37.13 19.62 68.85 -
YUV 115.57 186.38 186.08 -
System Red Green Blue C M Y K H S L
Decimal 197 54 219 0.10 0.75 0 0.14 292 0.7 0.54
Hex C5 36 DB A 4B 0 E 124 46 36
Octal 305 66 333 12 113 0 16 444 106 66
Binary 11000101 110110 11011011 1010 1001011 0 1110 100100100 1000110 110110

Color Harmonies of #C536DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536DB

Black with #C536DB

Text Example


Text Example

White with #C536DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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