Html Css Color HEX #C441FE Medium Orchid

📋 copy color: '#C441FE'

red 196 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #C441FE

Tints of Medium Orchid #C441FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 38.06%
G = 12.62%
B = 49.32%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C441FE (or 0xC441FE) is known color: Medium Orchid. HEX triplet: C4, 41 and FE. RGB value is (196,65,254). Sum of RGB (Red+Green+Blue) = 196+65+254=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #C441FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C441FE is #3BBE01. Grayscale: #7D7D7D. Windows color (decimal): -3915266 or 16662980. OLE color: 16662980.

HSL color Cylindrical-coordinate representation of color #C441FE: hue angle of 281.59º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C441FE is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 65 254 -
CMYK 0.23 0.74 0 0.00
HSL 281.59º 0.99% 0.63% -
HSV(B) 281.59º 0.74% 1% -
XYZ 42.54 22.67 95.9 -
YUV 125.72 200.4 178.13 -
System Red Green Blue C M Y K H S L
Decimal 196 65 254 0.23 0.74 0 0.00 281.59 0.99 0.63
Hex C4 41 FE 17 4A 0 0 11A 63 3F
Octal 304 101 376 27 112 0 0 432 143 77
Binary 11000100 1000001 11111110 10111 1001010 0 0 100011010 1100011 111111

Color Harmonies of #C441FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441FE

Black with #C441FE

Text Example


Text Example

White with #C441FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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