Html Css Color HEX #C068B7 Fuchsia

📋 copy color: '#C068B7'

red 192 ◦ green 104 ◦ blue 183

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

Shades of Fuchsia #C068B7

Tints of Fuchsia #C068B7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.71%

 BLUE value IS 183 (71.88% from 255) = 38.2%

R = 40.08%
G = 21.71%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C068B7 (or 0xC068B7) is known color: Fuchsia. HEX triplet: C0, 68 and B7. RGB value is (192,104,183). Sum of RGB (Red+Green+Blue) = 192+104+183=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C068B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068B7 is #3F9748. Grayscale: #8B8B8B. Windows color (decimal): -4167497 or 12019904. OLE color: 12019904.

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

Color convert

RGB 192 104 183 -
CMYK 0 0.46 0.05 0.25
HSL 306.14º 0.41% 0.58% -
HSV(B) 306.14º 0.46% 0.75% -
XYZ 35.24 24.53 47.68 -
YUV 139.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 192 104 183 0 0.46 0.05 0.25 306.14 0.41 0.58
Hex C0 68 B7 0 2E 5 19 132 29 3A
Octal 300 150 267 0 56 5 31 462 51 72
Binary 11000000 1101000 10110111 0 101110 101 11001 100110010 101001 111010

Color Harmonies of #C068B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068B7

Black with #C068B7

Text Example


Text Example

White with #C068B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068B7; }

 p { color: rgb(192,104,183); }

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

background-color css

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

 a { background-color: rgb(192,104,183); }

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

border-color css

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

 span { border-color: rgb(192,104,183); }

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