Html Css Color HEX #C441FA Medium Orchid

📋 copy color: '#C441FA'

red 196 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #C441FA

Tints of Medium Orchid #C441FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 38.36%
G = 12.72%
B = 48.92%

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

#C441FA (or 0xC441FA) is known color: Medium Orchid. HEX triplet: C4, 41 and FA. RGB value is (196,65,250). Sum of RGB (Red+Green+Blue) = 196+65+250=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #C441FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C441FA is #3BBE05. Grayscale: #7C7C7C. Windows color (decimal): -3915270 or 16400836. OLE color: 16400836.

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

Color convert

RGB 196 65 250 -
CMYK 0.22 0.74 0 0.02
HSL 282.49º 0.95% 0.62% -
HSV(B) 282.49º 0.74% 0.98% -
XYZ 41.91 22.42 92.56 -
YUV 125.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 196 65 250 0.22 0.74 0 0.02 282.49 0.95 0.62
Hex C4 41 FA 16 4A 0 2 11A 5F 3E
Octal 304 101 372 26 112 0 2 432 137 76
Binary 11000100 1000001 11111010 10110 1001010 0 10 100011010 1011111 111110

Color Harmonies of #C441FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441FA

Black with #C441FA

Text Example


Text Example

White with #C441FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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