Html Css Color HEX #C451FB Medium Orchid

📋 copy color: '#C451FB'

red 196 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #C451FB

Tints of Medium Orchid #C451FB

RGB

 RED value IS 196 (76.95% from 255) = 37.12%

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

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

R = 37.12%
G = 15.34%
B = 47.54%

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

#C451FB (or 0xC451FB) is known color: Medium Orchid. HEX triplet: C4, 51 and FB. RGB value is (196,81,251). Sum of RGB (Red+Green+Blue) = 196+81+251=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #C451FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C451FB is #3BAE04. Grayscale: #868686. Windows color (decimal): -3911173 or 16470468. OLE color: 16470468.

HSL color Cylindrical-coordinate representation of color #C451FB: hue angle of 280.59º 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 #C451FB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 81 251 -
CMYK 0.22 0.68 0 0.02
HSL 280.59º 0.96% 0.65% -
HSV(B) 280.59º 0.68% 0.98% -
XYZ 43.12 24.59 93.74 -
YUV 134.77 193.6 171.68 -
System Red Green Blue C M Y K H S L
Decimal 196 81 251 0.22 0.68 0 0.02 280.59 0.96 0.65
Hex C4 51 FB 16 44 0 2 119 60 41
Octal 304 121 373 26 104 0 2 431 140 101
Binary 11000100 1010001 11111011 10110 1000100 0 10 100011001 1100000 1000001

Color Harmonies of #C451FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C451FB

Black with #C451FB

Text Example


Text Example

White with #C451FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C451FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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