Html Css Color HEX #CB5DB0 Fuchsia

📋 copy color: '#CB5DB0'

red 203 ◦ green 93 ◦ blue 176

#CB5DB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CB5DB0

Tints of Fuchsia #CB5DB0

RGB

 RED value IS 203 (79.69% from 255) = 43.01%

 GREEN value IS 93 (36.72% from 255) = 19.7%

 BLUE value IS 176 (69.14% from 255) = 37.29%

R = 43.01%
G = 19.7%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB5DB0 (or 0xCB5DB0) is known color: Fuchsia. HEX triplet: CB, 5D and B0. RGB value is (203,93,176). Sum of RGB (Red+Green+Blue) = 203+93+176=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DB0 is #34A24F. Grayscale: #878787. Windows color (decimal): -3449424 or 11558347. OLE color: 11558347.

HSL color Cylindrical-coordinate representation of color #CB5DB0: hue angle of 314.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5DB0 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 93 176 -
CMYK 0 0.54 0.13 0.20
HSL 314.73º 0.51% 0.58% -
HSV(B) 314.73º 0.54% 0.8% -
XYZ 36.38 23.66 43.72 -
YUV 135.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 203 93 176 0 0.54 0.13 0.20 314.73 0.51 0.58
Hex CB 5D B0 0 36 D 14 13B 33 3A
Octal 313 135 260 0 66 15 24 473 63 72
Binary 11001011 1011101 10110000 0 110110 1101 10100 100111011 110011 111010

Color Harmonies of #CB5DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DB0

Black with #CB5DB0

Text Example


Text Example

White with #CB5DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DB0; }

 p { color: rgb(203,93,176); }

 H1.HeaderClassName
 {
   color: #CB5DB0;
 }
 .AnyTagClassName
 {
   color: #CB5DB0;
 }
</style>

background-color css

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

 a { background-color: rgb(203,93,176); }

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

border-color css

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

 span { border-color: rgb(203,93,176); }

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