Html Css Color HEX #C44AEC Medium Orchid

📋 copy color: '#C44AEC'

red 196 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #C44AEC

Tints of Medium Orchid #C44AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 38.74%
G = 14.62%
B = 46.64%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C44AEC (or 0xC44AEC) is known color: Medium Orchid. HEX triplet: C4, 4A and EC. RGB value is (196,74,236). Sum of RGB (Red+Green+Blue) = 196+74+236=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #C44AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44AEC is #3BB513. Grayscale: #808080. Windows color (decimal): -3912980 or 15485636. OLE color: 15485636.

HSL color Cylindrical-coordinate representation of color #C44AEC: hue angle of 285.19º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44AEC is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 74 236 -
CMYK 0.17 0.69 0 0.07
HSL 285.19º 0.81% 0.61% -
HSV(B) 285.19º 0.69% 0.93% -
XYZ 40.35 22.69 81.61 -
YUV 128.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 196 74 236 0.17 0.69 0 0.07 285.19 0.81 0.61
Hex C4 4A EC 11 45 0 7 11D 51 3D
Octal 304 112 354 21 105 0 7 435 121 75
Binary 11000100 1001010 11101100 10001 1000101 0 111 100011101 1010001 111101

Color Harmonies of #C44AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44AEC

Black with #C44AEC

Text Example


Text Example

White with #C44AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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