Html Css Color HEX #C536DD Medium Orchid

📋 copy color: '#C536DD'

red 197 ◦ green 54 ◦ blue 221

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

Shades of Medium Orchid #C536DD

Tints of Medium Orchid #C536DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 41.74%
G = 11.44%
B = 46.82%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C536DD (or 0xC536DD) is known color: Medium Orchid. HEX triplet: C5, 36 and DD. RGB value is (197,54,221). Sum of RGB (Red+Green+Blue) = 197+54+221=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #C536DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536DD is #3AC922. Grayscale: #737373. Windows color (decimal): -3852579 or 14497477. OLE color: 14497477.

HSL color Cylindrical-coordinate representation of color #C536DD: hue angle of 291.38º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C536DD is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 54 221 -
CMYK 0.11 0.76 0 0.13
HSL 291.38º 0.71% 0.54% -
HSV(B) 291.38º 0.76% 0.87% -
XYZ 37.4 19.73 70.24 -
YUV 115.8 187.38 185.92 -
System Red Green Blue C M Y K H S L
Decimal 197 54 221 0.11 0.76 0 0.13 291.38 0.71 0.54
Hex C5 36 DD B 4C 0 D 123 47 36
Octal 305 66 335 13 114 0 15 443 107 66
Binary 11000101 110110 11011101 1011 1001100 0 1101 100100011 1000111 110110

Color Harmonies of #C536DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536DD

Black with #C536DD

Text Example


Text Example

White with #C536DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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