Html Css Color HEX #C06BBE Fuchsia

📋 copy color: '#C06BBE'

red 192 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #C06BBE

Tints of Fuchsia #C06BBE

RGB

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

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

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

R = 39.26%
G = 21.88%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C06BBE (or 0xC06BBE) is known color: Fuchsia. HEX triplet: C0, 6B and BE. RGB value is (192,107,190). Sum of RGB (Red+Green+Blue) = 192+107+190=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BBE is #3F9441. Grayscale: #8D8D8D. Windows color (decimal): -4166722 or 12479424. OLE color: 12479424.

HSL color Cylindrical-coordinate representation of color #C06BBE: hue angle of 301.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 #C06BBE is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 190 -
CMYK 0 0.44 0.01 0.25
HSL 301.41º 0.4% 0.59% -
HSV(B) 301.41º 0.44% 0.75% -
XYZ 36.29 25.44 51.71 -
YUV 141.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 192 107 190 0 0.44 0.01 0.25 301.41 0.4 0.59
Hex C0 6B BE 0 2C 1 19 12D 28 3B
Octal 300 153 276 0 54 1 31 455 50 73
Binary 11000000 1101011 10111110 0 101100 1 11001 100101101 101000 111011

Color Harmonies of #C06BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BBE

Black with #C06BBE

Text Example


Text Example

White with #C06BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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