Html Css Color HEX #C865C0 Fuchsia

📋 copy color: '#C865C0'

red 200 ◦ green 101 ◦ blue 192

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

Shades of Fuchsia #C865C0

Tints of Fuchsia #C865C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 40.57%
G = 20.49%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C865C0 (or 0xC865C0) is known color: Fuchsia. HEX triplet: C8, 65 and C0. RGB value is (200,101,192). Sum of RGB (Red+Green+Blue) = 200+101+192=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C865C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865C0 is #379A3F. Grayscale: #8C8C8C. Windows color (decimal): -3643968 or 12608968. OLE color: 12608968.

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

Color convert

RGB 200 101 192 -
CMYK 0 0.49 0.04 0.22
HSL 304.85º 0.47% 0.59% -
HSV(B) 304.85º 0.5% 0.78% -
XYZ 37.99 25.39 52.77 -
YUV 140.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 200 101 192 0 0.49 0.04 0.22 304.85 0.47 0.59
Hex C8 65 C0 0 31 4 16 131 2F 3B
Octal 310 145 300 0 61 4 26 461 57 73
Binary 11001000 1100101 11000000 0 110001 100 10110 100110001 101111 111011

Color Harmonies of #C865C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865C0

Black with #C865C0

Text Example


Text Example

White with #C865C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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