Html Css Color HEX #C864BC Fuchsia

📋 copy color: '#C864BC'

red 200 ◦ green 100 ◦ blue 188

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

Shades of Fuchsia #C864BC

Tints of Fuchsia #C864BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.49%

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 40.98%
G = 20.49%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C864BC (or 0xC864BC) is known color: Fuchsia. HEX triplet: C8, 64 and BC. RGB value is (200,100,188). Sum of RGB (Red+Green+Blue) = 200+100+188=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C864BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864BC is #379B43. Grayscale: #8B8B8B. Windows color (decimal): -3644228 or 12346568. OLE color: 12346568.

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

Color convert

RGB 200 100 188 -
CMYK 0 0.5 0.06 0.22
HSL 307.2º 0.48% 0.59% -
HSV(B) 307.2º 0.5% 0.78% -
XYZ 37.45 25.02 50.43 -
YUV 139.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 200 100 188 0 0.5 0.06 0.22 307.2 0.48 0.59
Hex C8 64 BC 0 32 6 16 133 30 3B
Octal 310 144 274 0 62 6 26 463 60 73
Binary 11001000 1100100 10111100 0 110010 110 10110 100110011 110000 111011

Color Harmonies of #C864BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864BC

Black with #C864BC

Text Example


Text Example

White with #C864BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864BC; }

 p { color: rgb(200,100,188); }

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

background-color css

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

 a { background-color: rgb(200,100,188); }

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

border-color css

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

 span { border-color: rgb(200,100,188); }

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