Html Css Color HEX #C06BAD Fuchsia

📋 copy color: '#C06BAD'

red 192 ◦ green 107 ◦ blue 173

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

Shades of Fuchsia #C06BAD

Tints of Fuchsia #C06BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 40.68%
G = 22.67%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C06BAD (or 0xC06BAD) is known color: Fuchsia. HEX triplet: C0, 6B and AD. RGB value is (192,107,173). Sum of RGB (Red+Green+Blue) = 192+107+173=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06BAD is #3F9452. Grayscale: #8B8B8B. Windows color (decimal): -4166739 or 11365312. OLE color: 11365312.

HSL color Cylindrical-coordinate representation of color #C06BAD: hue angle of 313.41º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06BAD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 173 -
CMYK 0 0.44 0.10 0.25
HSL 313.41º 0.4% 0.59% -
HSV(B) 313.41º 0.44% 0.75% -
XYZ 34.54 24.74 42.49 -
YUV 139.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 192 107 173 0 0.44 0.10 0.25 313.41 0.4 0.59
Hex C0 6B AD 0 2C A 19 139 28 3B
Octal 300 153 255 0 54 12 31 471 50 73
Binary 11000000 1101011 10101101 0 101100 1010 11001 100111001 101000 111011

Color Harmonies of #C06BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BAD

Black with #C06BAD

Text Example


Text Example

White with #C06BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BAD; }

 p { color: rgb(192,107,173); }

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

background-color css

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

 a { background-color: rgb(192,107,173); }

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

border-color css

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

 span { border-color: rgb(192,107,173); }

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