Html Css Color HEX #C550DF Medium Orchid

📋 copy color: '#C550DF'

red 197 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #C550DF

Tints of Medium Orchid #C550DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 39.4%
G = 16%
B = 44.6%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C550DF (or 0xC550DF) is known color: Medium Orchid. HEX triplet: C5, 50 and DF. RGB value is (197,80,223). Sum of RGB (Red+Green+Blue) = 197+80+223=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #C550DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550DF is #3AAF20. Grayscale: #828282. Windows color (decimal): -3845921 or 14635205. OLE color: 14635205.

HSL color Cylindrical-coordinate representation of color #C550DF: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C550DF is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 80 223 -
CMYK 0.12 0.64 0 0.13
HSL 289.09º 0.69% 0.59% -
HSV(B) 289.09º 0.64% 0.87% -
XYZ 39.21 22.94 72.17 -
YUV 131.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 197 80 223 0.12 0.64 0 0.13 289.09 0.69 0.59
Hex C5 50 DF C 40 0 D 121 45 3B
Octal 305 120 337 14 100 0 15 441 105 73
Binary 11000101 1010000 11011111 1100 1000000 0 1101 100100001 1000101 111011

Color Harmonies of #C550DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550DF

Black with #C550DF

Text Example


Text Example

White with #C550DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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