Html Css Color HEX #C551DF Medium Orchid

📋 copy color: '#C551DF'

red 197 ◦ green 81 ◦ blue 223

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

Shades of Medium Orchid #C551DF

Tints of Medium Orchid #C551DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.17%

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

R = 39.32%
G = 16.17%
B = 44.51%

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

#C551DF (or 0xC551DF) is known color: Medium Orchid. HEX triplet: C5, 51 and DF. RGB value is (197,81,223). Sum of RGB (Red+Green+Blue) = 197+81+223=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C551DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551DF is #3AAE20. Grayscale: #838383. Windows color (decimal): -3845665 or 14635461. OLE color: 14635461.

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

Color convert

RGB 197 81 223 -
CMYK 0.12 0.64 0 0.13
HSL 289.01º 0.69% 0.6% -
HSV(B) 289.01º 0.64% 0.87% -
XYZ 39.29 23.08 72.2 -
YUV 131.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 197 81 223 0.12 0.64 0 0.13 289.01 0.69 0.6
Hex C5 51 DF C 40 0 D 121 45 3C
Octal 305 121 337 14 100 0 15 441 105 74
Binary 11000101 1010001 11011111 1100 1000000 0 1101 100100001 1000101 111100

Color Harmonies of #C551DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551DF

Black with #C551DF

Text Example


Text Example

White with #C551DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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