Html Css Color HEX #CB6DB6 Fuchsia

📋 copy color: '#CB6DB6'

red 203 ◦ green 109 ◦ blue 182

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

Shades of Fuchsia #CB6DB6

Tints of Fuchsia #CB6DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.84%

R = 41.09%
G = 22.06%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB6DB6 (or 0xCB6DB6) is known color: Fuchsia. HEX triplet: CB, 6D and B6. RGB value is (203,109,182). Sum of RGB (Red+Green+Blue) = 203+109+182=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DB6 is #349249. Grayscale: #919191. Windows color (decimal): -3445322 or 11955659. OLE color: 11955659.

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

Color convert

RGB 203 109 182 -
CMYK 0 0.46 0.10 0.20
HSL 313.4º 0.47% 0.61% -
HSV(B) 313.4º 0.46% 0.8% -
XYZ 38.54 27.01 47.44 -
YUV 145.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 203 109 182 0 0.46 0.10 0.20 313.4 0.47 0.61
Hex CB 6D B6 0 2E A 14 139 2F 3D
Octal 313 155 266 0 56 12 24 471 57 75
Binary 11001011 1101101 10110110 0 101110 1010 10100 100111001 101111 111101

Color Harmonies of #CB6DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DB6

Black with #CB6DB6

Text Example


Text Example

White with #CB6DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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