#CD62BA

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

Shades of Fuchsia #CD62BA

Tints of Fuchsia #CD62BA

Color information

#CD62BA (or 0xCD62BA) is unknown color: approx Fuchsia. HEX triplet: CD, 62 and BA. RGB value is (205,98,186). Sum of RGB (Red+Green+Blue) = 205+98+186=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD62BA is #329D45. Grayscale: #8B8B8B. Windows color (decimal): -3317062 or 12214989. OLE color: 12214989.

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

Color convert

RGB20598186-
CMYK00.520.090.20
HSL310.65º51.69%59.41%-
HSV(B)310.65º52.2%80.39%-
XYZ38.4125.2649.31-
YUV140.02153.95174.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 98 (38.67% from 255) = 20.04%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=41.92%
G=20.04%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059818600.520.090.20310.6551.6959.41
HexCD62BA034914137343b
Octal31514227206411244676473
Binary110011011100010101110100110100100110100100110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD62BA; }

 p { color: rgb(205,98,186); }

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

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

 a { background-color: rgb(205,98,186); }

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

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

 span { border-color: rgb(205,98,186); }

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