Html Css Color HEX #CB6DB9 Fuchsia

📋 copy color: '#CB6DB9'

red 203 ◦ green 109 ◦ blue 185

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

Shades of Fuchsia #CB6DB9

Tints of Fuchsia #CB6DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.22%

R = 40.85%
G = 21.93%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB6DB9 (or 0xCB6DB9) is known color: Fuchsia. HEX triplet: CB, 6D and B9. RGB value is (203,109,185). Sum of RGB (Red+Green+Blue) = 203+109+185=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DB9 is #349246. Grayscale: #919191. Windows color (decimal): -3445319 or 12152267. OLE color: 12152267.

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

Color convert

RGB 203 109 185 -
CMYK 0 0.46 0.09 0.20
HSL 311.49º 0.47% 0.61% -
HSV(B) 311.49º 0.46% 0.8% -
XYZ 38.85 27.14 49.09 -
YUV 145.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 203 109 185 0 0.46 0.09 0.20 311.49 0.47 0.61
Hex CB 6D B9 0 2E 9 14 137 2F 3D
Octal 313 155 271 0 56 11 24 467 57 75
Binary 11001011 1101101 10111001 0 101110 1001 10100 100110111 101111 111101

Color Harmonies of #CB6DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DB9

Black with #CB6DB9

Text Example


Text Example

White with #CB6DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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