Html Css Color HEX #C533DC Medium Orchid

📋 copy color: '#C533DC'

red 197 ◦ green 51 ◦ blue 220

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

Shades of Medium Orchid #C533DC

Tints of Medium Orchid #C533DC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.9%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 42.09%
G = 10.9%
B = 47.01%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C533DC (or 0xC533DC) is known color: Medium Orchid. HEX triplet: C5, 33 and DC. RGB value is (197,51,220). Sum of RGB (Red+Green+Blue) = 197+51+220=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #C533DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533DC is #3ACC23. Grayscale: #717171. Windows color (decimal): -3853348 or 14431173. OLE color: 14431173.

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

Color convert

RGB 197 51 220 -
CMYK 0.10 0.77 0 0.14
HSL 291.83º 0.71% 0.53% -
HSV(B) 291.83º 0.77% 0.86% -
XYZ 37.13 19.41 69.5 -
YUV 113.92 187.87 187.26 -
System Red Green Blue C M Y K H S L
Decimal 197 51 220 0.10 0.77 0 0.14 291.83 0.71 0.53
Hex C5 33 DC A 4D 0 E 124 47 35
Octal 305 63 334 12 115 0 16 444 107 65
Binary 11000101 110011 11011100 1010 1001101 0 1110 100100100 1000111 110101

Color Harmonies of #C533DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533DC

Black with #C533DC

Text Example


Text Example

White with #C533DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533DC; }

 p { color: rgb(197,51,220); }

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

background-color css

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

 a { background-color: rgb(197,51,220); }

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

border-color css

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

 span { border-color: rgb(197,51,220); }

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