#CD63BE

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

Shades of Fuchsia #CD63BE

Tints of Fuchsia #CD63BE

Color information

#CD63BE (or 0xCD63BE) is unknown color: approx Fuchsia. HEX triplet: CD, 63 and BE. RGB value is (205,99,190). Sum of RGB (Red+Green+Blue) = 205+99+190=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63BE is #329C41. Grayscale: #8C8C8C. Windows color (decimal): -3316802 or 12477389. OLE color: 12477389.

HSL color Cylindrical-coordinate representation of color #CD63BE: hue angle of 308.49º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD63BE is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB20599190-
CMYK00.520.070.20
HSL308.49º51.46%59.61%-
HSV(B)308.49º51.71%80.39%-
XYZ38.9325.6251.61-
YUV141.07155.62173.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 99 (39.06% from 255) = 20.04%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=41.50%
G=20.04%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059919000.520.070.20308.4951.4659.61
HexCD63BE034714134333c
Octal3151432760647244646374
Binary11001101110001110111110011010011110100100110100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD63BE; }

 p { color: rgb(205,99,190); }

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

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

 a { background-color: rgb(205,99,190); }

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

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

 span { border-color: rgb(205,99,190); }

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