Html Css Color HEX #C944DB Medium Orchid

📋 copy color: '#C944DB'

red 201 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #C944DB

Tints of Medium Orchid #C944DB

RGB

 RED value IS 201 (78.91% from 255) = 41.19%

 GREEN value IS 68 (26.95% from 255) = 13.93%

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

R = 41.19%
G = 13.93%
B = 44.88%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C944DB (or 0xC944DB) is known color: Medium Orchid. HEX triplet: C9, 44 and DB. RGB value is (201,68,219). Sum of RGB (Red+Green+Blue) = 201+68+219=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #C944DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944DB is #36BB24. Grayscale: #7C7C7C. Windows color (decimal): -3586853 or 14369993. OLE color: 14369993.

HSL color Cylindrical-coordinate representation of color #C944DB: hue angle of 292.85º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C944DB is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 68 219 -
CMYK 0.08 0.69 0 0.14
HSL 292.85º 0.68% 0.56% -
HSV(B) 292.85º 0.69% 0.86% -
XYZ 38.94 21.67 69.15 -
YUV 124.98 181.06 182.22 -
System Red Green Blue C M Y K H S L
Decimal 201 68 219 0.08 0.69 0 0.14 292.85 0.68 0.56
Hex C9 44 DB 8 45 0 E 125 44 38
Octal 311 104 333 10 105 0 16 445 104 70
Binary 11001001 1000100 11011011 1000 1000101 0 1110 100100101 1000100 111000

Color Harmonies of #C944DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944DB

Black with #C944DB

Text Example


Text Example

White with #C944DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944DB; }

 p { color: rgb(201,68,219); }

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

background-color css

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

 a { background-color: rgb(201,68,219); }

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

border-color css

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

 span { border-color: rgb(201,68,219); }

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