Html Css Color HEX #C868CA Fuchsia

📋 copy color: '#C868CA'

red 200 ◦ green 104 ◦ blue 202

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

Shades of Fuchsia #C868CA

Tints of Fuchsia #C868CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.55%

 BLUE value IS 202 (79.3% from 255) = 39.92%

R = 39.53%
G = 20.55%
B = 39.92%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C868CA (or 0xC868CA) is known color: Fuchsia. HEX triplet: C8, 68 and CA. RGB value is (200,104,202). Sum of RGB (Red+Green+Blue) = 200+104+202=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #C868CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868CA is #379735. Grayscale: #8F8F8F. Windows color (decimal): -3643190 or 13265096. OLE color: 13265096.

HSL color Cylindrical-coordinate representation of color #C868CA: hue angle of 298.78º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C868CA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 104 202 -
CMYK 0.01 0.49 0 0.21
HSL 298.78º 0.48% 0.6% -
HSV(B) 298.78º 0.49% 0.79% -
XYZ 39.43 26.44 58.9 -
YUV 143.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 200 104 202 0.01 0.49 0 0.21 298.78 0.48 0.6
Hex C8 68 CA 1 31 0 15 12B 30 3C
Octal 310 150 312 1 61 0 25 453 60 74
Binary 11001000 1101000 11001010 1 110001 0 10101 100101011 110000 111100

Color Harmonies of #C868CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868CA

Black with #C868CA

Text Example


Text Example

White with #C868CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868CA; }

 p { color: rgb(200,104,202); }

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

background-color css

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

 a { background-color: rgb(200,104,202); }

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

border-color css

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

 span { border-color: rgb(200,104,202); }

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