Html Css Color HEX #CB5EBA Fuchsia

📋 copy color: '#CB5EBA'

red 203 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #CB5EBA

Tints of Fuchsia #CB5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.46%

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

R = 42.03%
G = 19.46%
B = 38.51%

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

#CB5EBA (or 0xCB5EBA) is known color: Fuchsia. HEX triplet: CB, 5E and BA. RGB value is (203,94,186). Sum of RGB (Red+Green+Blue) = 203+94+186=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EBA is #34A145. Grayscale: #888888. Windows color (decimal): -3449158 or 12213963. OLE color: 12213963.

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

Color convert

RGB 203 94 186 -
CMYK 0 0.54 0.08 0.20
HSL 309.36º 0.51% 0.58% -
HSV(B) 309.36º 0.54% 0.8% -
XYZ 37.49 24.25 49.16 -
YUV 137.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 203 94 186 0 0.54 0.08 0.20 309.36 0.51 0.58
Hex CB 5E BA 0 36 8 14 135 33 3A
Octal 313 136 272 0 66 10 24 465 63 72
Binary 11001011 1011110 10111010 0 110110 1000 10100 100110101 110011 111010

Color Harmonies of #CB5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EBA

Black with #CB5EBA

Text Example


Text Example

White with #CB5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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