Html Css Color HEX #C865CD Fuchsia

📋 copy color: '#C865CD'

red 200 ◦ green 101 ◦ blue 205

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

Shades of Fuchsia #C865CD

Tints of Fuchsia #C865CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 39.53%
G = 19.96%
B = 40.51%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C865CD (or 0xC865CD) is known color: Fuchsia. HEX triplet: C8, 65 and CD. RGB value is (200,101,205). Sum of RGB (Red+Green+Blue) = 200+101+205=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #C865CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865CD is #379A32. Grayscale: #8E8E8E. Windows color (decimal): -3643955 or 13460936. OLE color: 13460936.

HSL color Cylindrical-coordinate representation of color #C865CD: hue angle of 297.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C865CD is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 101 205 -
CMYK 0.02 0.51 0 0.20
HSL 297.12º 0.51% 0.6% -
HSV(B) 297.12º 0.51% 0.8% -
XYZ 39.49 25.99 60.69 -
YUV 142.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 200 101 205 0.02 0.51 0 0.20 297.12 0.51 0.6
Hex C8 65 CD 2 33 0 14 129 33 3C
Octal 310 145 315 2 63 0 24 451 63 74
Binary 11001000 1100101 11001101 10 110011 0 10100 100101001 110011 111100

Color Harmonies of #C865CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865CD

Black with #C865CD

Text Example


Text Example

White with #C865CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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