#CD6ABE

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

Shades of Fuchsia #CD6ABE

Tints of Fuchsia #CD6ABE

Color information

#CD6ABE (or 0xCD6ABE) is unknown color: approx Fuchsia. HEX triplet: CD, 6A and BE. RGB value is (205,106,190). Sum of RGB (Red+Green+Blue) = 205+106+190=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ABE is #329541. Grayscale: #909090. Windows color (decimal): -3315010 or 12479181. OLE color: 12479181.

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

Color convert

RGB205106190-
CMYK00.480.070.20
HSL309.09º49.75%60.98%-
HSV(B)309.09º48.29%80.39%-
XYZ39.632751.84-
YUV145.18153.3170.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=40.92%
G=21.16%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510619000.480.070.20309.0949.7560.98
HexCD6ABE030714135323d
Octal3151522760607244656275
Binary11001101110101010111110011000011110100100110101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ABE; }

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

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

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

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

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

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

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

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