Html Css Color HEX #C44BDA Medium Orchid

📋 copy color: '#C44BDA'

red 196 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #C44BDA

Tints of Medium Orchid #C44BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.34%

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 40.08%
G = 15.34%
B = 44.58%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C44BDA (or 0xC44BDA) is known color: Medium Orchid. HEX triplet: C4, 4B and DA. RGB value is (196,75,218). Sum of RGB (Red+Green+Blue) = 196+75+218=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #C44BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BDA is #3BB425. Grayscale: #7F7F7F. Windows color (decimal): -3912742 or 14306244. OLE color: 14306244.

HSL color Cylindrical-coordinate representation of color #C44BDA: hue angle of 290.77º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44BDA is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 75 218 -
CMYK 0.10 0.66 0 0.15
HSL 290.77º 0.66% 0.57% -
HSV(B) 290.77º 0.66% 0.85% -
XYZ 37.94 21.83 68.54 -
YUV 127.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 196 75 218 0.10 0.66 0 0.15 290.77 0.66 0.57
Hex C4 4B DA A 42 0 F 123 42 39
Octal 304 113 332 12 102 0 17 443 102 71
Binary 11000100 1001011 11011010 1010 1000010 0 1111 100100011 1000010 111001

Color Harmonies of #C44BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BDA

Black with #C44BDA

Text Example


Text Example

White with #C44BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BDA; }

 p { color: rgb(196,75,218); }

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

background-color css

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

 a { background-color: rgb(196,75,218); }

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

border-color css

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

 span { border-color: rgb(196,75,218); }

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