Html Css Color HEX #C869B2 Fuchsia

📋 copy color: '#C869B2'

red 200 ◦ green 105 ◦ blue 178

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

Shades of Fuchsia #C869B2

Tints of Fuchsia #C869B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 41.41%
G = 21.74%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C869B2 (or 0xC869B2) is known color: Fuchsia. HEX triplet: C8, 69 and B2. RGB value is (200,105,178). Sum of RGB (Red+Green+Blue) = 200+105+178=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C869B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C869B2 is #37964D. Grayscale: #8D8D8D. Windows color (decimal): -3642958 or 11692488. OLE color: 11692488.

HSL color Cylindrical-coordinate representation of color #C869B2: hue angle of 313.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 #C869B2 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 105 178 -
CMYK 0 0.48 0.11 0.22
HSL 313.89º 0.46% 0.6% -
HSV(B) 313.89º 0.48% 0.78% -
XYZ 36.91 25.6 45.11 -
YUV 141.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 200 105 178 0 0.48 0.11 0.22 313.89 0.46 0.6
Hex C8 69 B2 0 30 B 16 13A 2E 3C
Octal 310 151 262 0 60 13 26 472 56 74
Binary 11001000 1101001 10110010 0 110000 1011 10110 100111010 101110 111100

Color Harmonies of #C869B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869B2

Black with #C869B2

Text Example


Text Example

White with #C869B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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