Html Css Color HEX #C268B3 Fuchsia

📋 copy color: '#C268B3'

red 194 ◦ green 104 ◦ blue 179

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

Shades of Fuchsia #C268B3

Tints of Fuchsia #C268B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 40.67%
G = 21.8%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C268B3 (or 0xC268B3) is known color: Fuchsia. HEX triplet: C2, 68 and B3. RGB value is (194,104,179). Sum of RGB (Red+Green+Blue) = 194+104+179=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C268B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268B3 is #3D974C. Grayscale: #8B8B8B. Windows color (decimal): -4036429 or 11757762. OLE color: 11757762.

HSL color Cylindrical-coordinate representation of color #C268B3: hue angle of 310º 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 #C268B3 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 104 179 -
CMYK 0 0.46 0.08 0.24
HSL 310º 0.42% 0.58% -
HSV(B) 310º 0.46% 0.76% -
XYZ 35.34 24.62 45.54 -
YUV 139.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 194 104 179 0 0.46 0.08 0.24 310 0.42 0.58
Hex C2 68 B3 0 2E 8 18 136 2A 3A
Octal 302 150 263 0 56 10 30 466 52 72
Binary 11000010 1101000 10110011 0 101110 1000 11000 100110110 101010 111010

Color Harmonies of #C268B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268B3

Black with #C268B3

Text Example


Text Example

White with #C268B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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