Html Css Color HEX #C44AFE Medium Orchid

📋 copy color: '#C44AFE'

red 196 ◦ green 74 ◦ blue 254

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

Shades of Medium Orchid #C44AFE

Tints of Medium Orchid #C44AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.12%

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

R = 37.4%
G = 14.12%
B = 48.47%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C44AFE (or 0xC44AFE) is known color: Medium Orchid. HEX triplet: C4, 4A and FE. RGB value is (196,74,254). Sum of RGB (Red+Green+Blue) = 196+74+254=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #C44AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44AFE is #3BB501. Grayscale: #828282. Windows color (decimal): -3912962 or 16665284. OLE color: 16665284.

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

Color convert

RGB 196 74 254 -
CMYK 0.23 0.71 0 0.00
HSL 280.67º 0.99% 0.64% -
HSV(B) 280.67º 0.71% 1% -
XYZ 43.1 23.79 96.09 -
YUV 131 197.42 174.36 -
System Red Green Blue C M Y K H S L
Decimal 196 74 254 0.23 0.71 0 0.00 280.67 0.99 0.64
Hex C4 4A FE 17 47 0 0 119 63 40
Octal 304 112 376 27 107 0 0 431 143 100
Binary 11000100 1001010 11111110 10111 1000111 0 0 100011001 1100011 1000000

Color Harmonies of #C44AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44AFE

Black with #C44AFE

Text Example


Text Example

White with #C44AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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