Html Css Color HEX #C550DB Medium Orchid

📋 copy color: '#C550DB'

red 197 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #C550DB

Tints of Medium Orchid #C550DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.13%

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

R = 39.72%
G = 16.13%
B = 44.15%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C550DB (or 0xC550DB) is known color: Medium Orchid. HEX triplet: C5, 50 and DB. RGB value is (197,80,219). Sum of RGB (Red+Green+Blue) = 197+80+219=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #C550DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550DB is #3AAF24. Grayscale: #828282. Windows color (decimal): -3845925 or 14373061. OLE color: 14373061.

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

Color convert

RGB 197 80 219 -
CMYK 0.10 0.63 0 0.14
HSL 290.5º 0.66% 0.59% -
HSV(B) 290.5º 0.63% 0.86% -
XYZ 38.68 22.72 69.36 -
YUV 130.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 197 80 219 0.10 0.63 0 0.14 290.5 0.66 0.59
Hex C5 50 DB A 3F 0 E 123 42 3B
Octal 305 120 333 12 77 0 16 443 102 73
Binary 11000101 1010000 11011011 1010 111111 0 1110 100100011 1000010 111011

Color Harmonies of #C550DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550DB

Black with #C550DB

Text Example


Text Example

White with #C550DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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