Html Css Color HEX #C865BA Fuchsia

📋 copy color: '#C865BA'

red 200 ◦ green 101 ◦ blue 186

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

Shades of Fuchsia #C865BA

Tints of Fuchsia #C865BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.74%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 41.07%
G = 20.74%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C865BA (or 0xC865BA) is known color: Fuchsia. HEX triplet: C8, 65 and BA. RGB value is (200,101,186). Sum of RGB (Red+Green+Blue) = 200+101+186=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C865BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865BA is #379A45. Grayscale: #8C8C8C. Windows color (decimal): -3643974 or 12215752. OLE color: 12215752.

HSL color Cylindrical-coordinate representation of color #C865BA: hue angle of 308.48º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C865BA is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 101 186 -
CMYK 0 0.49 0.07 0.22
HSL 308.48º 0.47% 0.59% -
HSV(B) 308.48º 0.5% 0.78% -
XYZ 37.34 25.13 49.34 -
YUV 140.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 200 101 186 0 0.49 0.07 0.22 308.48 0.47 0.59
Hex C8 65 BA 0 31 7 16 134 2F 3B
Octal 310 145 272 0 61 7 26 464 57 73
Binary 11001000 1100101 10111010 0 110001 111 10110 100110100 101111 111011

Color Harmonies of #C865BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865BA

Black with #C865BA

Text Example


Text Example

White with #C865BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865BA; }

 p { color: rgb(200,101,186); }

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

background-color css

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

 a { background-color: rgb(200,101,186); }

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

border-color css

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

 span { border-color: rgb(200,101,186); }

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