#C64BD8

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

Shades of Medium Orchid #C64BD8

Tints of Medium Orchid #C64BD8

Color information

#C64BD8 (or 0xC64BD8) is unknown color: approx Medium Orchid. HEX triplet: C6, 4B and D8. RGB value is (198,75,216). Sum of RGB (Red+Green+Blue) = 198+75+216=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #C64BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BD8 is #39B427. Grayscale: #7F7F7F. Windows color (decimal): -3781672 or 14175174. OLE color: 14175174.

HSL color Cylindrical-coordinate representation of color #C64BD8: hue angle of 292.34º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64BD8 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19875216-
CMYK0.080.6500.15
HSL292.34º64.38%57.06%-
HSV(B)292.34º65.28%84.71%-
XYZ38.22267.2-
YUV127.85177.75178.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 75 (29.69% from 255) = 15.34%
BLUE value IS 216 (84.77% from 255) = 44.17%
R=40.49%
G=15.34%
B=44.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198752160.080.6500.15292.3464.3857.06
HexC64BD88410F1244039
Octal3061133301010101744410071
Binary1100011010010111101100010001000001011111001001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64BD8; }

 p { color: rgb(198,75,216); }

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

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

 a { background-color: rgb(198,75,216); }

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

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

 span { border-color: rgb(198,75,216); }

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