#C64BDA

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

Shades of Medium Orchid #C64BDA

Tints of Medium Orchid #C64BDA

Color information

#C64BDA (or 0xC64BDA) is unknown color: approx Medium Orchid. HEX triplet: C6, 4B and DA. RGB value is (198,75,218). Sum of RGB (Red+Green+Blue) = 198+75+218=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #C64BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BDA is #39B425. Grayscale: #7F7F7F. Windows color (decimal): -3781670 or 14306246. OLE color: 14306246.

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

Color convert

RGB19875218-
CMYK0.090.6600.15
HSL291.61º65.9%57.45%-
HSV(B)291.61º65.6%85.49%-
XYZ38.4622.168.57-
YUV128.08178.75177.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 75 (29.69% from 255) = 15.27%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=40.33%
G=15.27%
B=44.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198752180.090.6600.15291.6165.957.45
HexC64BDA9420F1244239
Octal3061133321110201744410271
Binary1100011010010111101101010011000010011111001001001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64BDA; }

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

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

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

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

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

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

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

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