#C649F2

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

Shades of Medium Orchid #C649F2

Tints of Medium Orchid #C649F2

Color information

#C649F2 (or 0xC649F2) is unknown color: approx Medium Orchid. HEX triplet: C6, 49 and F2. RGB value is (198,73,242). Sum of RGB (Red+Green+Blue) = 198+73+242=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #C649F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C649F2 is #39B60D. Grayscale: #818181. Windows color (decimal): -3782158 or 15878598. OLE color: 15878598.

HSL color Cylindrical-coordinate representation of color #C649F2: hue angle of 284.38º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C649F2 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19873242-
CMYK0.180.7000.05
HSL284.38º86.67%61.76%-
HSV(B)284.38º69.83%94.9%-
XYZ41.723.1886.28-
YUV129.64191.41176.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 73 (28.91% from 255) = 14.23%
BLUE value IS 242 (94.92% from 255) = 47.17%
R=38.60%
G=14.23%
B=47.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198732420.180.7000.05284.3886.6761.76
HexC649F212460511c573e
Octal306111362221060543412776
Binary1100011010010011111001010010100011001011000111001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C649F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C649F2; }

 p { color: rgb(198,73,242); }

 H1.HeaderClassName
 {
   color: #C649F2;
 }
 .AnyTagClassName
 {
   color: #C649F2;
 }
</style>
background-color css

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

 a { background-color: rgb(198,73,242); }

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

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

 span { border-color: rgb(198,73,242); }

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