Html Css Color HEX #C44EFB Medium Orchid

📋 copy color: '#C44EFB'

red 196 ◦ green 78 ◦ blue 251

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

Shades of Medium Orchid #C44EFB

Tints of Medium Orchid #C44EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 37.33%
G = 14.86%
B = 47.81%

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

#C44EFB (or 0xC44EFB) is known color: Medium Orchid. HEX triplet: C4, 4E and FB. RGB value is (196,78,251). Sum of RGB (Red+Green+Blue) = 196+78+251=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #C44EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44EFB is #3BB104. Grayscale: #848484. Windows color (decimal): -3911941 or 16469700. OLE color: 16469700.

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

Color convert

RGB 196 78 251 -
CMYK 0.22 0.69 0 0.02
HSL 280.92º 0.96% 0.65% -
HSV(B) 280.92º 0.69% 0.98% -
XYZ 42.9 24.15 93.67 -
YUV 133 194.59 172.93 -
System Red Green Blue C M Y K H S L
Decimal 196 78 251 0.22 0.69 0 0.02 280.92 0.96 0.65
Hex C4 4E FB 16 45 0 2 119 60 41
Octal 304 116 373 26 105 0 2 431 140 101
Binary 11000100 1001110 11111011 10110 1000101 0 10 100011001 1100000 1000001

Color Harmonies of #C44EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44EFB

Black with #C44EFB

Text Example


Text Example

White with #C44EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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