Html Css Color HEX #C865C2 Fuchsia

📋 copy color: '#C865C2'

red 200 ◦ green 101 ◦ blue 194

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

Shades of Fuchsia #C865C2

Tints of Fuchsia #C865C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.19%

R = 40.4%
G = 20.4%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C865C2 (or 0xC865C2) is known color: Fuchsia. HEX triplet: C8, 65 and C2. RGB value is (200,101,194). Sum of RGB (Red+Green+Blue) = 200+101+194=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C865C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865C2 is #379A3D. Grayscale: #8C8C8C. Windows color (decimal): -3643966 or 12740040. OLE color: 12740040.

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

Color convert

RGB 200 101 194 -
CMYK 0 0.49 0.03 0.22
HSL 303.64º 0.47% 0.59% -
HSV(B) 303.64º 0.5% 0.78% -
XYZ 38.21 25.48 53.94 -
YUV 141.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 200 101 194 0 0.49 0.03 0.22 303.64 0.47 0.59
Hex C8 65 C2 0 31 3 16 130 2F 3B
Octal 310 145 302 0 61 3 26 460 57 73
Binary 11001000 1100101 11000010 0 110001 11 10110 100110000 101111 111011

Color Harmonies of #C865C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865C2

Black with #C865C2

Text Example


Text Example

White with #C865C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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