Html Css Color HEX #C441FD Medium Orchid

📋 copy color: '#C441FD'

red 196 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #C441FD

Tints of Medium Orchid #C441FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 38.13%
G = 12.65%
B = 49.22%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C441FD (or 0xC441FD) is known color: Medium Orchid. HEX triplet: C4, 41 and FD. RGB value is (196,65,253). Sum of RGB (Red+Green+Blue) = 196+65+253=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #C441FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C441FD is #3BBE02. Grayscale: #7C7C7C. Windows color (decimal): -3915267 or 16597444. OLE color: 16597444.

HSL color Cylindrical-coordinate representation of color #C441FD: hue angle of 281.81º degrees, saturation: 0.98, 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 #C441FD is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 65 253 -
CMYK 0.23 0.74 0 0.01
HSL 281.81º 0.98% 0.62% -
HSV(B) 281.81º 0.74% 0.99% -
XYZ 42.38 22.61 95.06 -
YUV 125.6 199.9 178.21 -
System Red Green Blue C M Y K H S L
Decimal 196 65 253 0.23 0.74 0 0.01 281.81 0.98 0.62
Hex C4 41 FD 17 4A 0 1 11A 62 3E
Octal 304 101 375 27 112 0 1 432 142 76
Binary 11000100 1000001 11111101 10111 1001010 0 1 100011010 1100010 111110

Color Harmonies of #C441FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441FD

Black with #C441FD

Text Example


Text Example

White with #C441FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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