Html Css Color HEX #CB6DBE Fuchsia

📋 copy color: '#CB6DBE'

red 203 ◦ green 109 ◦ blue 190

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

Shades of Fuchsia #CB6DBE

Tints of Fuchsia #CB6DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 40.44%
G = 21.71%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB6DBE (or 0xCB6DBE) is known color: Fuchsia. HEX triplet: CB, 6D and BE. RGB value is (203,109,190). Sum of RGB (Red+Green+Blue) = 203+109+190=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DBE is #349241. Grayscale: #929292. Windows color (decimal): -3445314 or 12479947. OLE color: 12479947.

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

Color convert

RGB 203 109 190 -
CMYK 0 0.46 0.06 0.20
HSL 308.3º 0.47% 0.61% -
HSV(B) 308.3º 0.46% 0.8% -
XYZ 39.39 27.35 51.92 -
YUV 146.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 203 109 190 0 0.46 0.06 0.20 308.3 0.47 0.61
Hex CB 6D BE 0 2E 6 14 134 2F 3D
Octal 313 155 276 0 56 6 24 464 57 75
Binary 11001011 1101101 10111110 0 101110 110 10100 100110100 101111 111101

Color Harmonies of #CB6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DBE

Black with #CB6DBE

Text Example


Text Example

White with #CB6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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