#CD70B5

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

Shades of Fuchsia #CD70B5

Tints of Fuchsia #CD70B5

Color information

#CD70B5 (or 0xCD70B5) is unknown color: approx Fuchsia. HEX triplet: CD, 70 and B5. RGB value is (205,112,181). Sum of RGB (Red+Green+Blue) = 205+112+181=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70B5 is #328F4A. Grayscale: #939393. Windows color (decimal): -3313483 or 11890893. OLE color: 11890893.

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

Color convert

RGB205112181-
CMYK00.450.120.20
HSL315.48º48.19%62.16%-
HSV(B)315.48º45.37%80.39%-
XYZ39.3127.947.03-
YUV147.67146.81168.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 181 (71.09% from 255) = 36.35%
R=41.16%
G=22.49%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511218100.450.120.20315.4848.1962.16
HexCD70B502DC1413b303e
Octal31516026505514244736076
Binary110011011110000101101010101101110010100100111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70B5; }

 p { color: rgb(205,112,181); }

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

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

 a { background-color: rgb(205,112,181); }

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

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

 span { border-color: rgb(205,112,181); }

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