Html Css Color HEX #C44DFE Medium Orchid

📋 copy color: '#C44DFE'

red 196 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #C44DFE

Tints of Medium Orchid #C44DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.61%

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

R = 37.19%
G = 14.61%
B = 48.2%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C44DFE (or 0xC44DFE) is known color: Medium Orchid. HEX triplet: C4, 4D and FE. RGB value is (196,77,254). Sum of RGB (Red+Green+Blue) = 196+77+254=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #C44DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DFE is #3BB201. Grayscale: #848484. Windows color (decimal): -3912194 or 16666052. OLE color: 16666052.

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

Color convert

RGB 196 77 254 -
CMYK 0.23 0.70 0 0.00
HSL 280.34º 0.99% 0.65% -
HSV(B) 280.34º 0.7% 1% -
XYZ 43.31 24.2 96.15 -
YUV 132.76 196.42 173.11 -
System Red Green Blue C M Y K H S L
Decimal 196 77 254 0.23 0.70 0 0.00 280.34 0.99 0.65
Hex C4 4D FE 17 46 0 0 118 63 41
Octal 304 115 376 27 106 0 0 430 143 101
Binary 11000100 1001101 11111110 10111 1000110 0 0 100011000 1100011 1000001

Color Harmonies of #C44DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DFE

Black with #C44DFE

Text Example


Text Example

White with #C44DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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