#CD6ABC

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

Shades of Fuchsia #CD6ABC

Tints of Fuchsia #CD6ABC

Color information

#CD6ABC (or 0xCD6ABC) is unknown color: approx Fuchsia. HEX triplet: CD, 6A and BC. RGB value is (205,106,188). Sum of RGB (Red+Green+Blue) = 205+106+188=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ABC is #329543. Grayscale: #909090. Windows color (decimal): -3315012 or 12348109. OLE color: 12348109.

HSL color Cylindrical-coordinate representation of color #CD6ABC: hue angle of 310.3º 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 #CD6ABC is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205106188-
CMYK00.480.080.20
HSL310.3º49.75%60.98%-
HSV(B)310.3º48.29%80.39%-
XYZ39.4126.9250.7-
YUV144.95152.3170.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=41.08%
G=21.24%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510618800.480.080.20310.349.7560.98
HexCD6ABC030814136323d
Octal31515227406010244666275
Binary110011011101010101111000110000100010100100110110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ABC; }

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

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

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

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

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

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

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

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