Html Css Color HEX #C44EFE Medium Orchid

📋 copy color: '#C44EFE'

red 196 ◦ green 78 ◦ blue 254

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

Shades of Medium Orchid #C44EFE

Tints of Medium Orchid #C44EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.77%

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

R = 37.12%
G = 14.77%
B = 48.11%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C44EFE (or 0xC44EFE) is known color: Medium Orchid. HEX triplet: C4, 4E and FE. RGB value is (196,78,254). Sum of RGB (Red+Green+Blue) = 196+78+254=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #C44EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44EFE is #3BB101. Grayscale: #848484. Windows color (decimal): -3911938 or 16666308. OLE color: 16666308.

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

Color convert

RGB 196 78 254 -
CMYK 0.23 0.69 0 0.00
HSL 280.23º 0.99% 0.65% -
HSV(B) 280.23º 0.69% 1% -
XYZ 43.38 24.34 96.18 -
YUV 133.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 196 78 254 0.23 0.69 0 0.00 280.23 0.99 0.65
Hex C4 4E FE 17 45 0 0 118 63 41
Octal 304 116 376 27 105 0 0 430 143 101
Binary 11000100 1001110 11111110 10111 1000101 0 0 100011000 1100011 1000001

Color Harmonies of #C44EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44EFE

Black with #C44EFE

Text Example


Text Example

White with #C44EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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