Html Css Color HEX #C868AF Fuchsia

📋 copy color: '#C868AF'

red 200 ◦ green 104 ◦ blue 175

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

Shades of Fuchsia #C868AF

Tints of Fuchsia #C868AF

RGB

 RED value IS 200 (78.52% from 255) = 41.75%

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

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

R = 41.75%
G = 21.71%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C868AF (or 0xC868AF) is known color: Fuchsia. HEX triplet: C8, 68 and AF. RGB value is (200,104,175). Sum of RGB (Red+Green+Blue) = 200+104+175=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C868AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C868AF is #379750. Grayscale: #8C8C8C. Windows color (decimal): -3643217 or 11495624. OLE color: 11495624.

HSL color Cylindrical-coordinate representation of color #C868AF: hue angle of 315.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C868AF is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 104 175 -
CMYK 0 0.48 0.12 0.22
HSL 315.63º 0.47% 0.6% -
HSV(B) 315.63º 0.48% 0.78% -
XYZ 36.51 25.28 43.51 -
YUV 140.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 200 104 175 0 0.48 0.12 0.22 315.63 0.47 0.6
Hex C8 68 AF 0 30 C 16 13C 2F 3C
Octal 310 150 257 0 60 14 26 474 57 74
Binary 11001000 1101000 10101111 0 110000 1100 10110 100111100 101111 111100

Color Harmonies of #C868AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868AF

Black with #C868AF

Text Example


Text Example

White with #C868AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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