Html Css Color HEX #C533DB Medium Orchid

📋 copy color: '#C533DB'

red 197 ◦ green 51 ◦ blue 219

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

Shades of Medium Orchid #C533DB

Tints of Medium Orchid #C533DB

RGB

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

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

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

R = 42.18%
G = 10.92%
B = 46.9%

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

#C533DB (or 0xC533DB) is known color: Medium Orchid. HEX triplet: C5, 33 and DB. RGB value is (197,51,219). Sum of RGB (Red+Green+Blue) = 197+51+219=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #C533DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533DB is #3ACC24. Grayscale: #717171. Windows color (decimal): -3853349 or 14365637. OLE color: 14365637.

HSL color Cylindrical-coordinate representation of color #C533DB: hue angle of 292.14º degrees, saturation: 0.7, 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 #C533DB is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 51 219 -
CMYK 0.10 0.77 0 0.14
HSL 292.14º 0.7% 0.53% -
HSV(B) 292.14º 0.77% 0.86% -
XYZ 37 19.35 68.8 -
YUV 113.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 197 51 219 0.10 0.77 0 0.14 292.14 0.7 0.53
Hex C5 33 DB A 4D 0 E 124 46 35
Octal 305 63 333 12 115 0 16 444 106 65
Binary 11000101 110011 11011011 1010 1001101 0 1110 100100100 1000110 110101

Color Harmonies of #C533DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533DB

Black with #C533DB

Text Example


Text Example

White with #C533DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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