#c641de

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

Shades of Medium Orchid #C641DE

Tints of Medium Orchid #C641DE

Color information

#C641DE (or 0xC641DE) is unknown color: approx Medium Orchid. HEX triplet: C6, 41 and DE. RGB value is (198,65,222). Sum of RGB (Red+Green+Blue) = 198+65+222=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #C641DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641DE is #39BE21. Grayscale: #7A7A7A. Windows color (decimal): -3784226 or 14565830. OLE color: 14565830.

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

Color convert

RGB19865222-
CMYK0.110.7100.13
HSL290.83º70.4%56.27%-
HSV(B)290.83º70.72%87.06%-
XYZ38.3621.0671.15-
YUV122.66184.06181.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 65 (25.78% from 255) = 13.40%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=40.82%
G=13.40%
B=45.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal198652220.110.7100.13290.8370.456.27
HexC641DEB470D1234638
Octal3061013361310701544310670
Binary1100011010000011101111010111000111011011001000111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c641de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c641de; }

 p { color: rgb(198,65,222); }

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

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

 a { background-color: rgb(198,65,222); }

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

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

 span { border-color: rgb(198,65,222); }

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