Html Css Color HEX #C865CA Fuchsia

📋 copy color: '#C865CA'

red 200 ◦ green 101 ◦ blue 202

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

Shades of Fuchsia #C865CA

Tints of Fuchsia #C865CA

RGB

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

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

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

R = 39.76%
G = 20.08%
B = 40.16%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C865CA (or 0xC865CA) is known color: Fuchsia. HEX triplet: C8, 65 and CA. RGB value is (200,101,202). Sum of RGB (Red+Green+Blue) = 200+101+202=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #C865CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865CA is #379A35. Grayscale: #8D8D8D. Windows color (decimal): -3643958 or 13264328. OLE color: 13264328.

HSL color Cylindrical-coordinate representation of color #C865CA: hue angle of 298.81º degrees, saturation: 0.49, 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 #C865CA is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 101 202 -
CMYK 0.01 0.50 0 0.21
HSL 298.81º 0.49% 0.59% -
HSV(B) 298.81º 0.5% 0.79% -
XYZ 39.13 25.85 58.8 -
YUV 142.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 200 101 202 0.01 0.50 0 0.21 298.81 0.49 0.59
Hex C8 65 CA 1 32 0 15 12B 31 3B
Octal 310 145 312 1 62 0 25 453 61 73
Binary 11001000 1100101 11001010 1 110010 0 10101 100101011 110001 111011

Color Harmonies of #C865CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865CA

Black with #C865CA

Text Example


Text Example

White with #C865CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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