Html Css Color HEX #C551FB Medium Orchid

📋 copy color: '#C551FB'

red 197 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #C551FB

Tints of Medium Orchid #C551FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 37.24%
G = 15.31%
B = 47.45%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C551FB (or 0xC551FB) is known color: Medium Orchid. HEX triplet: C5, 51 and FB. RGB value is (197,81,251). Sum of RGB (Red+Green+Blue) = 197+81+251=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #C551FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C551FB is #3AAE04. Grayscale: #868686. Windows color (decimal): -3845637 or 16470469. OLE color: 16470469.

HSL color Cylindrical-coordinate representation of color #C551FB: hue angle of 280.94º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C551FB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 81 251 -
CMYK 0.22 0.68 0 0.02
HSL 280.94º 0.96% 0.65% -
HSV(B) 280.94º 0.68% 0.98% -
XYZ 43.38 24.72 93.75 -
YUV 135.06 193.43 172.18 -
System Red Green Blue C M Y K H S L
Decimal 197 81 251 0.22 0.68 0 0.02 280.94 0.96 0.65
Hex C5 51 FB 16 44 0 2 119 60 41
Octal 305 121 373 26 104 0 2 431 140 101
Binary 11000101 1010001 11111011 10110 1000100 0 10 100011001 1100000 1000001

Color Harmonies of #C551FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551FB

Black with #C551FB

Text Example


Text Example

White with #C551FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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