Html Css Color HEX #C441FC Medium Orchid

📋 copy color: '#C441FC'

red 196 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #C441FC

Tints of Medium Orchid #C441FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 38.21%
G = 12.67%
B = 49.12%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C441FC (or 0xC441FC) is known color: Medium Orchid. HEX triplet: C4, 41 and FC. RGB value is (196,65,252). Sum of RGB (Red+Green+Blue) = 196+65+252=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #C441FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C441FC is #3BBE03. Grayscale: #7C7C7C. Windows color (decimal): -3915268 or 16531908. OLE color: 16531908.

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

Color convert

RGB 196 65 252 -
CMYK 0.22 0.74 0 0.01
HSL 282.03º 0.97% 0.62% -
HSV(B) 282.03º 0.74% 0.99% -
XYZ 42.23 22.54 94.22 -
YUV 125.49 199.4 178.29 -
System Red Green Blue C M Y K H S L
Decimal 196 65 252 0.22 0.74 0 0.01 282.03 0.97 0.62
Hex C4 41 FC 16 4A 0 1 11A 61 3E
Octal 304 101 374 26 112 0 1 432 141 76
Binary 11000100 1000001 11111100 10110 1001010 0 1 100011010 1100001 111110

Color Harmonies of #C441FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441FC

Black with #C441FC

Text Example


Text Example

White with #C441FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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