#C64CDB

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

Shades of Medium Orchid #C64CDB

Tints of Medium Orchid #C64CDB

Color information

#C64CDB (or 0xC64CDB) is unknown color: approx Medium Orchid. HEX triplet: C6, 4C and DB. RGB value is (198,76,219). Sum of RGB (Red+Green+Blue) = 198+76+219=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C64CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CDB is #39B324. Grayscale: #808080. Windows color (decimal): -3781413 or 14372038. OLE color: 14372038.

HSL color Cylindrical-coordinate representation of color #C64CDB: hue angle of 291.19º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64CDB is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19876219-
CMYK0.100.6500.14
HSL291.19º66.51%57.84%-
HSV(B)291.19º65.3%85.88%-
XYZ38.6622.2969.28-
YUV128.78178.92177.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=40.16%
G=15.42%
B=44.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198762190.100.6500.14291.1966.5157.84
HexC64CDBA410E123433a
Octal3061143331210101644310372
Binary1100011010011001101101110101000001011101001000111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CDB; }

 p { color: rgb(198,76,219); }

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

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

 a { background-color: rgb(198,76,219); }

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

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

 span { border-color: rgb(198,76,219); }

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