Html Css Color HEX #CB6DBA Fuchsia

📋 copy color: '#CB6DBA'

red 203 ◦ green 109 ◦ blue 186

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

Shades of Fuchsia #CB6DBA

Tints of Fuchsia #CB6DBA

RGB

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

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

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

R = 40.76%
G = 21.89%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB6DBA (or 0xCB6DBA) is known color: Fuchsia. HEX triplet: CB, 6D and BA. RGB value is (203,109,186). Sum of RGB (Red+Green+Blue) = 203+109+186=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DBA is #349245. Grayscale: #919191. Windows color (decimal): -3445318 or 12217803. OLE color: 12217803.

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

Color convert

RGB 203 109 186 -
CMYK 0 0.46 0.08 0.20
HSL 310.85º 0.47% 0.61% -
HSV(B) 310.85º 0.46% 0.8% -
XYZ 38.96 27.18 49.65 -
YUV 145.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 203 109 186 0 0.46 0.08 0.20 310.85 0.47 0.61
Hex CB 6D BA 0 2E 8 14 137 2F 3D
Octal 313 155 272 0 56 10 24 467 57 75
Binary 11001011 1101101 10111010 0 101110 1000 10100 100110111 101111 111101

Color Harmonies of #CB6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DBA

Black with #CB6DBA

Text Example


Text Example

White with #CB6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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