Html Css Color HEX #C533DD Medium Orchid

📋 copy color: '#C533DD'

red 197 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #C533DD

Tints of Medium Orchid #C533DD

RGB

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

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

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

R = 42%
G = 10.87%
B = 47.12%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C533DD (or 0xC533DD) is known color: Medium Orchid. HEX triplet: C5, 33 and DD. RGB value is (197,51,221). Sum of RGB (Red+Green+Blue) = 197+51+221=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #C533DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533DD is #3ACC22. Grayscale: #717171. Windows color (decimal): -3853347 or 14496709. OLE color: 14496709.

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

Color convert

RGB 197 51 221 -
CMYK 0.11 0.77 0 0.13
HSL 291.53º 0.71% 0.53% -
HSV(B) 291.53º 0.77% 0.87% -
XYZ 37.26 19.46 70.2 -
YUV 114.03 188.37 187.18 -
System Red Green Blue C M Y K H S L
Decimal 197 51 221 0.11 0.77 0 0.13 291.53 0.71 0.53
Hex C5 33 DD B 4D 0 D 124 47 35
Octal 305 63 335 13 115 0 15 444 107 65
Binary 11000101 110011 11011101 1011 1001101 0 1101 100100100 1000111 110101

Color Harmonies of #C533DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533DD

Black with #C533DD

Text Example


Text Example

White with #C533DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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