Html Css Color HEX #C864CD Fuchsia

📋 copy color: '#C864CD'

red 200 ◦ green 100 ◦ blue 205

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

Shades of Fuchsia #C864CD

Tints of Fuchsia #C864CD

RGB

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

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

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

R = 39.6%
G = 19.8%
B = 40.59%

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

#C864CD (or 0xC864CD) is known color: Fuchsia. HEX triplet: C8, 64 and CD. RGB value is (200,100,205). Sum of RGB (Red+Green+Blue) = 200+100+205=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C864CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864CD is #379B32. Grayscale: #8D8D8D. Windows color (decimal): -3644211 or 13460680. OLE color: 13460680.

HSL color Cylindrical-coordinate representation of color #C864CD: hue angle of 297.14º 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 #C864CD is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 100 205 -
CMYK 0.02 0.51 0 0.20
HSL 297.14º 0.51% 0.6% -
HSV(B) 297.14º 0.51% 0.8% -
XYZ 39.4 25.8 60.66 -
YUV 141.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 200 100 205 0.02 0.51 0 0.20 297.14 0.51 0.6
Hex C8 64 CD 2 33 0 14 129 33 3C
Octal 310 144 315 2 63 0 24 451 63 74
Binary 11001000 1100100 11001101 10 110011 0 10100 100101001 110011 111100

Color Harmonies of #C864CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864CD

Black with #C864CD

Text Example


Text Example

White with #C864CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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