#C64CDE

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

Shades of Medium Orchid #C64CDE

Tints of Medium Orchid #C64CDE

Color information

#C64CDE (or 0xC64CDE) is unknown color: approx Medium Orchid. HEX triplet: C6, 4C and DE. RGB value is (198,76,222). Sum of RGB (Red+Green+Blue) = 198+76+222=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #C64CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CDE is #39B321. Grayscale: #808080. Windows color (decimal): -3781410 or 14568646. OLE color: 14568646.

HSL color Cylindrical-coordinate representation of color #C64CDE: hue angle of 290.14º degrees, saturation: 0.69, 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 #C64CDE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19876222-
CMYK0.110.6600.13
HSL290.14º68.87%58.43%-
HSV(B)290.14º65.77%87.06%-
XYZ39.0622.4571.38-
YUV129.12180.42177.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.92%
GREEN value IS 76 (30.08% from 255) = 15.32%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=39.92%
G=15.32%
B=44.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal198762220.110.6600.13290.1468.8758.43
HexC64CDEB420D122453a
Octal3061143361310201544210572
Binary1100011010011001101111010111000010011011001000101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CDE; }

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

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

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

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

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

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

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

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