#C949DF

Color #C949DF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C949DF

Tints of Medium Orchid #C949DF

Color information

#C949DF (or 0xC949DF) is unknown color: approx 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

RGB20173223-
CMYK0.100.6700.13
HSL291.2º70.09%58.04%-
HSV(B)291.2º67.26%87.45%-
XYZ39.7922.5172.06-
YUV128.37181.41179.8-

RGB Variations

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

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 (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201732230.100.6700.13291.270.0958.04
HexC949DFA430D123463a
Octal3111113371210301544310672
Binary1100100110010011101111110101000011011011001000111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C949DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>