Html Css Color HEX #C06ABD Fuchsia

📋 copy color: '#C06ABD'

red 192 ◦ green 106 ◦ blue 189

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

Shades of Fuchsia #C06ABD

Tints of Fuchsia #C06ABD

RGB

 RED value IS 192 (75.39% from 255) = 39.43%

 GREEN value IS 106 (41.8% from 255) = 21.77%

 BLUE value IS 189 (74.22% from 255) = 38.81%

R = 39.43%
G = 21.77%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C06ABD (or 0xC06ABD) is known color: Fuchsia. HEX triplet: C0, 6A and BD. RGB value is (192,106,189). Sum of RGB (Red+Green+Blue) = 192+106+189=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C06ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ABD is #3F9542. Grayscale: #8C8C8C. Windows color (decimal): -4166979 or 12413632. OLE color: 12413632.

HSL color Cylindrical-coordinate representation of color #C06ABD: hue angle of 302.09º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06ABD is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 106 189 -
CMYK 0 0.45 0.02 0.25
HSL 302.09º 0.41% 0.58% -
HSV(B) 302.09º 0.45% 0.75% -
XYZ 36.08 25.19 51.1 -
YUV 141.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 192 106 189 0 0.45 0.02 0.25 302.09 0.41 0.58
Hex C0 6A BD 0 2D 2 19 12E 29 3A
Octal 300 152 275 0 55 2 31 456 51 72
Binary 11000000 1101010 10111101 0 101101 10 11001 100101110 101001 111010

Color Harmonies of #C06ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ABD

Black with #C06ABD

Text Example


Text Example

White with #C06ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ABD; }

 p { color: rgb(192,106,189); }

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

background-color css

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

 a { background-color: rgb(192,106,189); }

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

border-color css

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

 span { border-color: rgb(192,106,189); }

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