Html Css Color HEX #C941DB Medium Orchid

📋 copy color: '#C941DB'

red 201 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #C941DB

Tints of Medium Orchid #C941DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.4%

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

R = 41.44%
G = 13.4%
B = 45.15%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C941DB (or 0xC941DB) is known color: Medium Orchid. HEX triplet: C9, 41 and DB. RGB value is (201,65,219). Sum of RGB (Red+Green+Blue) = 201+65+219=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #C941DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941DB is #36BE24. Grayscale: #7A7A7A. Windows color (decimal): -3587621 or 14369225. OLE color: 14369225.

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

Color convert

RGB 201 65 219 -
CMYK 0.08 0.70 0 0.14
HSL 292.99º 0.68% 0.56% -
HSV(B) 292.99º 0.7% 0.86% -
XYZ 38.76 21.31 69.09 -
YUV 123.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 201 65 219 0.08 0.70 0 0.14 292.99 0.68 0.56
Hex C9 41 DB 8 46 0 E 125 44 38
Octal 311 101 333 10 106 0 16 445 104 70
Binary 11001001 1000001 11011011 1000 1000110 0 1110 100100101 1000100 111000

Color Harmonies of #C941DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941DB

Black with #C941DB

Text Example


Text Example

White with #C941DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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