Html Css Color HEX #C268AF Fuchsia

📋 copy color: '#C268AF'

red 194 ◦ green 104 ◦ blue 175

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

Shades of Fuchsia #C268AF

Tints of Fuchsia #C268AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37%

R = 41.01%
G = 21.99%
B = 37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C268AF (or 0xC268AF) is known color: Fuchsia. HEX triplet: C2, 68 and AF. RGB value is (194,104,175). Sum of RGB (Red+Green+Blue) = 194+104+175=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C268AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C268AF is #3D9750. Grayscale: #8A8A8A. Windows color (decimal): -4036433 or 11495618. OLE color: 11495618.

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

Color convert

RGB 194 104 175 -
CMYK 0 0.46 0.10 0.24
HSL 312.67º 0.42% 0.58% -
HSV(B) 312.67º 0.46% 0.76% -
XYZ 34.94 24.47 43.44 -
YUV 139 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 194 104 175 0 0.46 0.10 0.24 312.67 0.42 0.58
Hex C2 68 AF 0 2E A 18 139 2A 3A
Octal 302 150 257 0 56 12 30 471 52 72
Binary 11000010 1101000 10101111 0 101110 1010 11000 100111001 101010 111010

Color Harmonies of #C268AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268AF

Black with #C268AF

Text Example


Text Example

White with #C268AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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