Html Css Color HEX #CB5ED1 Fuchsia

📋 copy color: '#CB5ED1'

red 203 ◦ green 94 ◦ blue 209

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

Shades of Fuchsia #CB5ED1

Tints of Fuchsia #CB5ED1

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.3%

R = 40.12%
G = 18.58%
B = 41.3%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB5ED1 (or 0xCB5ED1) is known color: 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

RGB 203 94 209 -
CMYK 0.03 0.55 0 0.18
HSL 296.87º 0.56% 0.59% -
HSV(B) 296.87º 0.55% 0.82% -
XYZ 40.14 25.31 63.09 -
YUV 139.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 203 94 209 0.03 0.55 0 0.18 296.87 0.56 0.59
Hex CB 5E D1 3 37 0 12 129 38 3B
Octal 313 136 321 3 67 0 22 451 70 73
Binary 11001011 1011110 11010001 11 110111 0 10010 100101001 111000 111011

Color Harmonies of #CB5ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5ED1

Black with #CB5ED1

Text Example


Text Example

White with #CB5ED1

Text Example


Text Example

HTML Codes & Css Web 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>