#C64BDD

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

Shades of Medium Orchid #C64BDD

Tints of Medium Orchid #C64BDD

Color information

#C64BDD (or 0xC64BDD) is unknown color: approx Medium Orchid. HEX triplet: C6, 4B and DD. RGB value is (198,75,221). Sum of RGB (Red+Green+Blue) = 198+75+221=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #C64BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BDD is #39B422. Grayscale: #7F7F7F. Windows color (decimal): -3781667 or 14502854. OLE color: 14502854.

HSL color Cylindrical-coordinate representation of color #C64BDD: hue angle of 290.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64BDD is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19875221-
CMYK0.100.6600.13
HSL290.55º68.22%58.04%-
HSV(B)290.55º66.06%86.67%-
XYZ38.8622.2670.65-
YUV128.42180.25177.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 75 (29.69% from 255) = 15.18%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=40.08%
G=15.18%
B=44.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal198752210.100.6600.13290.5568.2258.04
HexC64BDDA420D123443a
Octal3061133351210201544310472
Binary1100011010010111101110110101000010011011001000111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64BDD; }

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

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

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

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

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

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

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

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