Html Css Color HEX #CB5DBA Fuchsia

📋 copy color: '#CB5DBA'

red 203 ◦ green 93 ◦ blue 186

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

Shades of Fuchsia #CB5DBA

Tints of Fuchsia #CB5DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 42.12%
G = 19.29%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB5DBA (or 0xCB5DBA) is known color: Fuchsia. HEX triplet: CB, 5D and BA. RGB value is (203,93,186). Sum of RGB (Red+Green+Blue) = 203+93+186=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DBA is #34A245. Grayscale: #888888. Windows color (decimal): -3449414 or 12213707. OLE color: 12213707.

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

Color convert

RGB 203 93 186 -
CMYK 0 0.54 0.08 0.20
HSL 309.27º 0.51% 0.58% -
HSV(B) 309.27º 0.54% 0.8% -
XYZ 37.41 24.07 49.13 -
YUV 136.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 203 93 186 0 0.54 0.08 0.20 309.27 0.51 0.58
Hex CB 5D BA 0 36 8 14 135 33 3A
Octal 313 135 272 0 66 10 24 465 63 72
Binary 11001011 1011101 10111010 0 110110 1000 10100 100110101 110011 111010

Color Harmonies of #CB5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DBA

Black with #CB5DBA

Text Example


Text Example

White with #CB5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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