Html Css Color HEX #C869C5 Fuchsia

📋 copy color: '#C869C5'

red 200 ◦ green 105 ◦ blue 197

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

Shades of Fuchsia #C869C5

Tints of Fuchsia #C869C5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.92%

 BLUE value IS 197 (77.34% from 255) = 39.24%

R = 39.84%
G = 20.92%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C869C5 (or 0xC869C5) is known color: Fuchsia. HEX triplet: C8, 69 and C5. RGB value is (200,105,197). Sum of RGB (Red+Green+Blue) = 200+105+197=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C869C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869C5 is #37963A. Grayscale: #8F8F8F. Windows color (decimal): -3642939 or 12937672. OLE color: 12937672.

HSL color Cylindrical-coordinate representation of color #C869C5: hue angle of 301.89º degrees, saturation: 0.46, 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 #C869C5 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 105 197 -
CMYK 0 0.48 0.02 0.22
HSL 301.89º 0.46% 0.6% -
HSV(B) 301.89º 0.48% 0.78% -
XYZ 38.95 26.41 55.87 -
YUV 143.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 200 105 197 0 0.48 0.02 0.22 301.89 0.46 0.6
Hex C8 69 C5 0 30 2 16 12E 2E 3C
Octal 310 151 305 0 60 2 26 456 56 74
Binary 11001000 1101001 11000101 0 110000 10 10110 100101110 101110 111100

Color Harmonies of #C869C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869C5

Black with #C869C5

Text Example


Text Example

White with #C869C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869C5; }

 p { color: rgb(200,105,197); }

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

background-color css

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

 a { background-color: rgb(200,105,197); }

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

border-color css

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

 span { border-color: rgb(200,105,197); }

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