Html Css Color HEX #C441FB Medium Orchid

📋 copy color: '#C441FB'

red 196 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #C441FB

Tints of Medium Orchid #C441FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.7%

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

R = 38.28%
G = 12.7%
B = 49.02%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C441FB (or 0xC441FB) is known color: Medium Orchid. HEX triplet: C4, 41 and FB. RGB value is (196,65,251). Sum of RGB (Red+Green+Blue) = 196+65+251=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #C441FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C441FB is #3BBE04. Grayscale: #7C7C7C. Windows color (decimal): -3915269 or 16466372. OLE color: 16466372.

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

Color convert

RGB 196 65 251 -
CMYK 0.22 0.74 0 0.02
HSL 282.26º 0.96% 0.62% -
HSV(B) 282.26º 0.74% 0.98% -
XYZ 42.07 22.48 93.39 -
YUV 125.37 198.9 178.38 -
System Red Green Blue C M Y K H S L
Decimal 196 65 251 0.22 0.74 0 0.02 282.26 0.96 0.62
Hex C4 41 FB 16 4A 0 2 11A 60 3E
Octal 304 101 373 26 112 0 2 432 140 76
Binary 11000100 1000001 11111011 10110 1001010 0 10 100011010 1100000 111110

Color Harmonies of #C441FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441FB

Black with #C441FB

Text Example


Text Example

White with #C441FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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