Html Css Color HEX #C06DB8 Fuchsia

📋 copy color: '#C06DB8'

red 192 ◦ green 109 ◦ blue 184

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

Shades of Fuchsia #C06DB8

Tints of Fuchsia #C06DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.94%

R = 39.59%
G = 22.47%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C06DB8 (or 0xC06DB8) is known color: Fuchsia. HEX triplet: C0, 6D and B8. RGB value is (192,109,184). Sum of RGB (Red+Green+Blue) = 192+109+184=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DB8 is #3F9247. Grayscale: #8E8E8E. Windows color (decimal): -4166216 or 12086720. OLE color: 12086720.

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

Color convert

RGB 192 109 184 -
CMYK 0 0.43 0.04 0.25
HSL 305.78º 0.4% 0.59% -
HSV(B) 305.78º 0.43% 0.75% -
XYZ 35.86 25.6 48.4 -
YUV 142.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 192 109 184 0 0.43 0.04 0.25 305.78 0.4 0.59
Hex C0 6D B8 0 2B 4 19 132 28 3B
Octal 300 155 270 0 53 4 31 462 50 73
Binary 11000000 1101101 10111000 0 101011 100 11001 100110010 101000 111011

Color Harmonies of #C06DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DB8

Black with #C06DB8

Text Example


Text Example

White with #C06DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DB8; }

 p { color: rgb(192,109,184); }

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

background-color css

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

 a { background-color: rgb(192,109,184); }

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

border-color css

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

 span { border-color: rgb(192,109,184); }

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