Html Css Color HEX #C949DC Medium Orchid

📋 copy color: '#C949DC'

red 201 ◦ green 73 ◦ blue 220

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

Shades of Medium Orchid #C949DC

Tints of Medium Orchid #C949DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.78%

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

R = 40.69%
G = 14.78%
B = 44.53%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C949DC (or 0xC949DC) is known color: Medium Orchid. HEX triplet: C9, 49 and DC. RGB value is (201,73,220). Sum of RGB (Red+Green+Blue) = 201+73+220=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #C949DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949DC is #36B623. Grayscale: #7F7F7F. Windows color (decimal): -3585572 or 14436809. OLE color: 14436809.

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

Color convert

RGB 201 73 220 -
CMYK 0.09 0.67 0 0.14
HSL 292.24º 0.68% 0.57% -
HSV(B) 292.24º 0.67% 0.86% -
XYZ 39.39 22.35 69.95 -
YUV 128.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 201 73 220 0.09 0.67 0 0.14 292.24 0.68 0.57
Hex C9 49 DC 9 43 0 E 124 44 39
Octal 311 111 334 11 103 0 16 444 104 71
Binary 11001001 1001001 11011100 1001 1000011 0 1110 100100100 1000100 111001

Color Harmonies of #C949DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949DC

Black with #C949DC

Text Example


Text Example

White with #C949DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949DC; }

 p { color: rgb(201,73,220); }

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

background-color css

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

 a { background-color: rgb(201,73,220); }

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

border-color css

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

 span { border-color: rgb(201,73,220); }

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