Html Css Color HEX #C868BD Fuchsia

📋 copy color: '#C868BD'

red 200 ◦ green 104 ◦ blue 189

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

Shades of Fuchsia #C868BD

Tints of Fuchsia #C868BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.34%

R = 40.57%
G = 21.1%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C868BD (or 0xC868BD) is known color: Fuchsia. HEX triplet: C8, 68 and BD. RGB value is (200,104,189). Sum of RGB (Red+Green+Blue) = 200+104+189=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C868BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868BD is #379742. Grayscale: #8E8E8E. Windows color (decimal): -3643203 or 12413128. OLE color: 12413128.

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

Color convert

RGB 200 104 189 -
CMYK 0 0.48 0.06 0.22
HSL 306.88º 0.47% 0.6% -
HSV(B) 306.88º 0.48% 0.78% -
XYZ 37.96 25.85 51.13 -
YUV 142.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 200 104 189 0 0.48 0.06 0.22 306.88 0.47 0.6
Hex C8 68 BD 0 30 6 16 133 2F 3C
Octal 310 150 275 0 60 6 26 463 57 74
Binary 11001000 1101000 10111101 0 110000 110 10110 100110011 101111 111100

Color Harmonies of #C868BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868BD

Black with #C868BD

Text Example


Text Example

White with #C868BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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