Html Css Color HEX #C550DE Medium Orchid

📋 copy color: '#C550DE'

red 197 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #C550DE

Tints of Medium Orchid #C550DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 39.48%
G = 16.03%
B = 44.49%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C550DE (or 0xC550DE) is known color: Medium Orchid. HEX triplet: C5, 50 and DE. RGB value is (197,80,222). Sum of RGB (Red+Green+Blue) = 197+80+222=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #C550DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550DE is #3AAF21. Grayscale: #828282. Windows color (decimal): -3845922 or 14569669. OLE color: 14569669.

HSL color Cylindrical-coordinate representation of color #C550DE: hue angle of 289.44º degrees, saturation: 0.68, 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 #C550DE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 80 222 -
CMYK 0.11 0.64 0 0.13
HSL 289.44º 0.68% 0.59% -
HSV(B) 289.44º 0.64% 0.87% -
XYZ 39.08 22.88 71.46 -
YUV 131.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 197 80 222 0.11 0.64 0 0.13 289.44 0.68 0.59
Hex C5 50 DE B 40 0 D 121 44 3B
Octal 305 120 336 13 100 0 15 441 104 73
Binary 11000101 1010000 11011110 1011 1000000 0 1101 100100001 1000100 111011

Color Harmonies of #C550DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550DE

Black with #C550DE

Text Example


Text Example

White with #C550DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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