Html Css Color HEX #C268B0 Fuchsia

📋 copy color: '#C268B0'

red 194 ◦ green 104 ◦ blue 176

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

Shades of Fuchsia #C268B0

Tints of Fuchsia #C268B0

RGB

 RED value IS 194 (76.17% from 255) = 40.93%

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 40.93%
G = 21.94%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C268B0 (or 0xC268B0) is known color: Fuchsia. HEX triplet: C2, 68 and B0. RGB value is (194,104,176). Sum of RGB (Red+Green+Blue) = 194+104+176=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C268B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268B0 is #3D974F. Grayscale: #8A8A8A. Windows color (decimal): -4036432 or 11561154. OLE color: 11561154.

HSL color Cylindrical-coordinate representation of color #C268B0: hue angle of 312º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C268B0 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 104 176 -
CMYK 0 0.46 0.09 0.24
HSL 312º 0.42% 0.58% -
HSV(B) 312º 0.46% 0.76% -
XYZ 35.03 24.5 43.96 -
YUV 139.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 194 104 176 0 0.46 0.09 0.24 312 0.42 0.58
Hex C2 68 B0 0 2E 9 18 138 2A 3A
Octal 302 150 260 0 56 11 30 470 52 72
Binary 11000010 1101000 10110000 0 101110 1001 11000 100111000 101010 111010

Color Harmonies of #C268B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268B0

Black with #C268B0

Text Example


Text Example

White with #C268B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268B0; }

 p { color: rgb(194,104,176); }

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

background-color css

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

 a { background-color: rgb(194,104,176); }

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

border-color css

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

 span { border-color: rgb(194,104,176); }

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