#C644D5

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

Shades of Medium Orchid #C644D5

Tints of Medium Orchid #C644D5

Color information

#C644D5 (or 0xC644D5) is unknown color: approx Medium Orchid. HEX triplet: C6, 44 and D5. RGB value is (198,68,213). Sum of RGB (Red+Green+Blue) = 198+68+213=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #C644D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644D5 is #39BB2A. Grayscale: #7A7A7A. Windows color (decimal): -3783467 or 13976774. OLE color: 13976774.

HSL color Cylindrical-coordinate representation of color #C644D5: hue angle of 293.79º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C644D5 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19868213-
CMYK0.070.6800.16
HSL293.79º63.32%55.1%-
HSV(B)293.79º68.08%83.53%-
XYZ37.3720.9465.02-
YUV123.4178.57181.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 68 (26.95% from 255) = 14.20%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=41.34%
G=14.20%
B=44.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198682130.070.6800.16293.7963.3255.1
HexC644D57440101263f37
Octal30610432571040204467767
Binary110001101000100110101011111000100010000100100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C644D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C644D5; }

 p { color: rgb(198,68,213); }

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

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

 a { background-color: rgb(198,68,213); }

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

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

 span { border-color: rgb(198,68,213); }

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