Html Css Color HEX #C268AA Fuchsia

📋 copy color: '#C268AA'

red 194 ◦ green 104 ◦ blue 170

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

Shades of Fuchsia #C268AA

Tints of Fuchsia #C268AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.32%

R = 41.45%
G = 22.22%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C268AA (or 0xC268AA) is known color: Fuchsia. HEX triplet: C2, 68 and AA. RGB value is (194,104,170). Sum of RGB (Red+Green+Blue) = 194+104+170=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C268AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268AA is #3D9755. Grayscale: #8A8A8A. Windows color (decimal): -4036438 or 11167938. OLE color: 11167938.

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

Color convert

RGB 194 104 170 -
CMYK 0 0.46 0.12 0.24
HSL 316º 0.42% 0.58% -
HSV(B) 316º 0.46% 0.76% -
XYZ 34.45 24.27 40.9 -
YUV 138.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 194 104 170 0 0.46 0.12 0.24 316 0.42 0.58
Hex C2 68 AA 0 2E C 18 13C 2A 3A
Octal 302 150 252 0 56 14 30 474 52 72
Binary 11000010 1101000 10101010 0 101110 1100 11000 100111100 101010 111010

Color Harmonies of #C268AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268AA

Black with #C268AA

Text Example


Text Example

White with #C268AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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