Html Css Color HEX #C949D9 Medium Orchid

📋 copy color: '#C949D9'

red 201 ◦ green 73 ◦ blue 217

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

Shades of Medium Orchid #C949D9

Tints of Medium Orchid #C949D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.2%

R = 40.94%
G = 14.87%
B = 44.2%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C949D9 (or 0xC949D9) is known color: Medium Orchid. HEX triplet: C9, 49 and D9. RGB value is (201,73,217). Sum of RGB (Red+Green+Blue) = 201+73+217=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #C949D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949D9 is #36B626. Grayscale: #7F7F7F. Windows color (decimal): -3585575 or 14240201. OLE color: 14240201.

HSL color Cylindrical-coordinate representation of color #C949D9: hue angle of 293.33º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C949D9 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 73 217 -
CMYK 0.07 0.66 0 0.15
HSL 293.33º 0.65% 0.57% -
HSV(B) 293.33º 0.66% 0.85% -
XYZ 38.99 22.19 67.87 -
YUV 127.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 201 73 217 0.07 0.66 0 0.15 293.33 0.65 0.57
Hex C9 49 D9 7 42 0 F 125 41 39
Octal 311 111 331 7 102 0 17 445 101 71
Binary 11001001 1001001 11011001 111 1000010 0 1111 100100101 1000001 111001

Color Harmonies of #C949D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949D9

Black with #C949D9

Text Example


Text Example

White with #C949D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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