Html Css Color HEX #CB6DB1 Fuchsia

📋 copy color: '#CB6DB1'

red 203 ◦ green 109 ◦ blue 177

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

Shades of Fuchsia #CB6DB1

Tints of Fuchsia #CB6DB1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.29%

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 41.51%
G = 22.29%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB6DB1 (or 0xCB6DB1) is known color: Fuchsia. HEX triplet: CB, 6D and B1. RGB value is (203,109,177). Sum of RGB (Red+Green+Blue) = 203+109+177=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6DB1 is #34924E. Grayscale: #909090. Windows color (decimal): -3445327 or 11627979. OLE color: 11627979.

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

Color convert

RGB 203 109 177 -
CMYK 0 0.46 0.13 0.20
HSL 316.6º 0.47% 0.61% -
HSV(B) 316.6º 0.46% 0.8% -
XYZ 38.03 26.81 44.76 -
YUV 144.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 203 109 177 0 0.46 0.13 0.20 316.6 0.47 0.61
Hex CB 6D B1 0 2E D 14 13D 2F 3D
Octal 313 155 261 0 56 15 24 475 57 75
Binary 11001011 1101101 10110001 0 101110 1101 10100 100111101 101111 111101

Color Harmonies of #CB6DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DB1

Black with #CB6DB1

Text Example


Text Example

White with #CB6DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DB1; }

 p { color: rgb(203,109,177); }

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

background-color css

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

 a { background-color: rgb(203,109,177); }

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

border-color css

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

 span { border-color: rgb(203,109,177); }

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