Html Css Color HEX #C44AED Medium Orchid

📋 copy color: '#C44AED'

red 196 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #C44AED

Tints of Medium Orchid #C44AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 38.66%
G = 14.6%
B = 46.75%

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

#C44AED (or 0xC44AED) is known color: Medium Orchid. HEX triplet: C4, 4A and ED. RGB value is (196,74,237). Sum of RGB (Red+Green+Blue) = 196+74+237=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #C44AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44AED is #3BB512. Grayscale: #808080. Windows color (decimal): -3912979 or 15551172. OLE color: 15551172.

HSL color Cylindrical-coordinate representation of color #C44AED: hue angle of 284.91º degrees, saturation: 0.82, 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 #C44AED is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 74 237 -
CMYK 0.17 0.69 0 0.07
HSL 284.91º 0.82% 0.61% -
HSV(B) 284.91º 0.69% 0.93% -
XYZ 40.5 22.75 82.38 -
YUV 129.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 196 74 237 0.17 0.69 0 0.07 284.91 0.82 0.61
Hex C4 4A ED 11 45 0 7 11D 52 3D
Octal 304 112 355 21 105 0 7 435 122 75
Binary 11000100 1001010 11101101 10001 1000101 0 111 100011101 1010010 111101

Color Harmonies of #C44AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44AED

Black with #C44AED

Text Example


Text Example

White with #C44AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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