Html Css Color HEX #C44CDB Medium Orchid

📋 copy color: '#C44CDB'

red 196 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #C44CDB

Tints of Medium Orchid #C44CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.48%

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 39.92%
G = 15.48%
B = 44.6%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C44CDB (or 0xC44CDB) is known color: Medium Orchid. HEX triplet: C4, 4C and DB. RGB value is (196,76,219). Sum of RGB (Red+Green+Blue) = 196+76+219=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #C44CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CDB is #3BB324. Grayscale: #7F7F7F. Windows color (decimal): -3912485 or 14372036. OLE color: 14372036.

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

Color convert

RGB 196 76 219 -
CMYK 0.11 0.65 0 0.14
HSL 290.35º 0.67% 0.58% -
HSV(B) 290.35º 0.65% 0.86% -
XYZ 38.14 22.02 69.26 -
YUV 128.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 196 76 219 0.11 0.65 0 0.14 290.35 0.67 0.58
Hex C4 4C DB B 41 0 E 122 43 3A
Octal 304 114 333 13 101 0 16 442 103 72
Binary 11000100 1001100 11011011 1011 1000001 0 1110 100100010 1000011 111010

Color Harmonies of #C44CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CDB

Black with #C44CDB

Text Example


Text Example

White with #C44CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CDB; }

 p { color: rgb(196,76,219); }

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

background-color css

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

 a { background-color: rgb(196,76,219); }

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

border-color css

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

 span { border-color: rgb(196,76,219); }

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