#cb5ed1

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

Shades of Fuchsia #CB5ED1

Tints of Fuchsia #CB5ED1

Color information

#CB5ED1 (or 0xCB5ED1) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and D1. RGB value is (203,94,209). Sum of RGB (Red+Green+Blue) = 203+94+209=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB5ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ED1 is #34A12E. Grayscale: #8B8B8B. Windows color (decimal): -3449135 or 13721291. OLE color: 13721291.

HSL color Cylindrical-coordinate representation of color #CB5ED1: hue angle of 296.87º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5ED1 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20394209-
CMYK0.030.5500.18
HSL296.87º55.56%59.41%-
HSV(B)296.87º55.02%81.96%-
XYZ40.1425.3163.09-
YUV139.7167.11173.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 94 (37.11% from 255) = 18.58%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=40.12%
G=18.58%
B=41.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203942090.030.5500.18296.8755.5659.41
HexCB5ED1337012129383b
Octal3131363213670224517073
Binary1100101110111101101000111110111010010100101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5ed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5ed1; }

 p { color: rgb(203,94,209); }

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

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

 a { background-color: rgb(203,94,209); }

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

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

 span { border-color: rgb(203,94,209); }

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