Html Css Color HEX #C865C9 Fuchsia

📋 copy color: '#C865C9'

red 200 ◦ green 101 ◦ blue 201

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

Shades of Fuchsia #C865C9

Tints of Fuchsia #C865C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 39.84%
G = 20.12%
B = 40.04%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C865C9 (or 0xC865C9) is known color: Fuchsia. HEX triplet: C8, 65 and C9. RGB value is (200,101,201). Sum of RGB (Red+Green+Blue) = 200+101+201=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #C865C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865C9 is #379A36. Grayscale: #8D8D8D. Windows color (decimal): -3643959 or 13198792. OLE color: 13198792.

HSL color Cylindrical-coordinate representation of color #C865C9: hue angle of 299.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C865C9 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 101 201 -
CMYK 0.00 0.50 0 0.21
HSL 299.4º 0.48% 0.59% -
HSV(B) 299.4º 0.5% 0.79% -
XYZ 39.02 25.8 58.18 -
YUV 142 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 200 101 201 0.00 0.50 0 0.21 299.4 0.48 0.59
Hex C8 65 C9 0 32 0 15 12B 30 3B
Octal 310 145 311 0 62 0 25 453 60 73
Binary 11001000 1100101 11001001 0 110010 0 10101 100101011 110000 111011

Color Harmonies of #C865C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865C9

Black with #C865C9

Text Example


Text Example

White with #C865C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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