Html Css Color HEX #C44DFF Medium Orchid

📋 copy color: '#C44DFF'

red 196 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #C44DFF

Tints of Medium Orchid #C44DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 37.12%
G = 14.58%
B = 48.3%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C44DFF (or 0xC44DFF) is known color: Medium Orchid. HEX triplet: C4, 4D and FF. RGB value is (196,77,255). Sum of RGB (Red+Green+Blue) = 196+77+255=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #C44DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DFF is #3BB200. Grayscale: #848484. Windows color (decimal): -3912193 or 16731588. OLE color: 16731588.

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

Color convert

RGB 196 77 255 -
CMYK 0.23 0.70 0 0
HSL 280.11º 1% 0.65% -
HSV(B) 280.11º 0.7% 1% -
XYZ 43.47 24.26 97 -
YUV 132.87 196.92 173.03 -
System Red Green Blue C M Y K H S L
Decimal 196 77 255 0.23 0.70 0 0 280.11 1 0.65
Hex C4 4D FF 17 46 0 0 118 64 41
Octal 304 115 377 27 106 0 0 430 144 101
Binary 11000100 1001101 11111111 10111 1000110 0 0 100011000 1100100 1000001

Color Harmonies of #C44DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DFF

Black with #C44DFF

Text Example


Text Example

White with #C44DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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