Html Css Color HEX #C44BDC Medium Orchid

📋 copy color: '#C44BDC'

red 196 ◦ green 75 ◦ blue 220

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

Shades of Medium Orchid #C44BDC

Tints of Medium Orchid #C44BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 39.92%
G = 15.27%
B = 44.81%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C44BDC (or 0xC44BDC) is known color: Medium Orchid. HEX triplet: C4, 4B and DC. RGB value is (196,75,220). Sum of RGB (Red+Green+Blue) = 196+75+220=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #C44BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BDC is #3BB423. Grayscale: #7F7F7F. Windows color (decimal): -3912740 or 14437316. OLE color: 14437316.

HSL color Cylindrical-coordinate representation of color #C44BDC: hue angle of 290.07º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44BDC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 75 220 -
CMYK 0.11 0.66 0 0.14
HSL 290.07º 0.67% 0.58% -
HSV(B) 290.07º 0.66% 0.86% -
XYZ 38.2 21.94 69.93 -
YUV 127.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 196 75 220 0.11 0.66 0 0.14 290.07 0.67 0.58
Hex C4 4B DC B 42 0 E 122 43 3A
Octal 304 113 334 13 102 0 16 442 103 72
Binary 11000100 1001011 11011100 1011 1000010 0 1110 100100010 1000011 111010

Color Harmonies of #C44BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BDC

Black with #C44BDC

Text Example


Text Example

White with #C44BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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