Html Css Color HEX #C949DF Medium Orchid

📋 copy color: '#C949DF'

red 201 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #C949DF

Tints of Medium Orchid #C949DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 40.44%
G = 14.69%
B = 44.87%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C949DF (or 0xC949DF) is known color: Medium Orchid. HEX triplet: C9, 49 and DF. RGB value is (201,73,223). Sum of RGB (Red+Green+Blue) = 201+73+223=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #C949DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949DF is #36B620. Grayscale: #7F7F7F. Windows color (decimal): -3585569 or 14633417. OLE color: 14633417.

HSL color Cylindrical-coordinate representation of color #C949DF: hue angle of 291.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C949DF is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 73 223 -
CMYK 0.10 0.67 0 0.13
HSL 291.2º 0.7% 0.58% -
HSV(B) 291.2º 0.67% 0.87% -
XYZ 39.79 22.51 72.06 -
YUV 128.37 181.41 179.8 -
System Red Green Blue C M Y K H S L
Decimal 201 73 223 0.10 0.67 0 0.13 291.2 0.7 0.58
Hex C9 49 DF A 43 0 D 123 46 3A
Octal 311 111 337 12 103 0 15 443 106 72
Binary 11001001 1001001 11011111 1010 1000011 0 1101 100100011 1000110 111010

Color Harmonies of #C949DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949DF

Black with #C949DF

Text Example


Text Example

White with #C949DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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