Html Css Color HEX #C44EFA Medium Orchid

📋 copy color: '#C44EFA'

red 196 ◦ green 78 ◦ blue 250

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

Shades of Medium Orchid #C44EFA

Tints of Medium Orchid #C44EFA

RGB

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

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

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

R = 37.4%
G = 14.89%
B = 47.71%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C44EFA (or 0xC44EFA) is known color: Medium Orchid. HEX triplet: C4, 4E and FA. RGB value is (196,78,250). Sum of RGB (Red+Green+Blue) = 196+78+250=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #C44EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44EFA is #3BB105. Grayscale: #848484. Windows color (decimal): -3911942 or 16404164. OLE color: 16404164.

HSL color Cylindrical-coordinate representation of color #C44EFA: hue angle of 281.16º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44EFA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 78 250 -
CMYK 0.22 0.69 0 0.02
HSL 281.16º 0.95% 0.64% -
HSV(B) 281.16º 0.69% 0.98% -
XYZ 42.74 24.09 92.84 -
YUV 132.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 196 78 250 0.22 0.69 0 0.02 281.16 0.95 0.64
Hex C4 4E FA 16 45 0 2 119 5F 40
Octal 304 116 372 26 105 0 2 431 137 100
Binary 11000100 1001110 11111010 10110 1000101 0 10 100011001 1011111 1000000

Color Harmonies of #C44EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44EFA

Black with #C44EFA

Text Example


Text Example

White with #C44EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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