Html Css Color HEX #C869B6 Fuchsia

📋 copy color: '#C869B6'

red 200 ◦ green 105 ◦ blue 182

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

Shades of Fuchsia #C869B6

Tints of Fuchsia #C869B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.37%

R = 41.07%
G = 21.56%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C869B6 (or 0xC869B6) is known color: Fuchsia. HEX triplet: C8, 69 and B6. RGB value is (200,105,182). Sum of RGB (Red+Green+Blue) = 200+105+182=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C869B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869B6 is #379649. Grayscale: #8D8D8D. Windows color (decimal): -3642954 or 11954632. OLE color: 11954632.

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

Color convert

RGB 200 105 182 -
CMYK 0 0.48 0.09 0.22
HSL 311.37º 0.46% 0.6% -
HSV(B) 311.37º 0.48% 0.78% -
XYZ 37.31 25.76 47.26 -
YUV 142.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 200 105 182 0 0.48 0.09 0.22 311.37 0.46 0.6
Hex C8 69 B6 0 30 9 16 137 2E 3C
Octal 310 151 266 0 60 11 26 467 56 74
Binary 11001000 1101001 10110110 0 110000 1001 10110 100110111 101110 111100

Color Harmonies of #C869B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869B6

Black with #C869B6

Text Example


Text Example

White with #C869B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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