Html Css Color HEX #C850CD Fuchsia

📋 copy color: '#C850CD'

red 200 ◦ green 80 ◦ blue 205

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

Shades of Fuchsia #C850CD

Tints of Fuchsia #C850CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.49%

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

R = 41.24%
G = 16.49%
B = 42.27%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C850CD (or 0xC850CD) is known color: Fuchsia. HEX triplet: C8, 50 and CD. RGB value is (200,80,205). Sum of RGB (Red+Green+Blue) = 200+80+205=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #C850CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850CD is #37AF32. Grayscale: #818181. Windows color (decimal): -3649331 or 13455560. OLE color: 13455560.

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

Color convert

RGB 200 80 205 -
CMYK 0.02 0.61 0 0.20
HSL 297.6º 0.56% 0.56% -
HSV(B) 297.6º 0.61% 0.8% -
XYZ 37.71 22.42 60.1 -
YUV 130.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 200 80 205 0.02 0.61 0 0.20 297.6 0.56 0.56
Hex C8 50 CD 2 3D 0 14 12A 38 38
Octal 310 120 315 2 75 0 24 452 70 70
Binary 11001000 1010000 11001101 10 111101 0 10100 100101010 111000 111000

Color Harmonies of #C850CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850CD

Black with #C850CD

Text Example


Text Example

White with #C850CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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