Html Css Color HEX #C85CD0 Fuchsia

📋 copy color: '#C85CD0'

red 200 ◦ green 92 ◦ blue 208

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

Shades of Fuchsia #C85CD0

Tints of Fuchsia #C85CD0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.4%

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 40%
G = 18.4%
B = 41.6%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C85CD0 (or 0xC85CD0) is known color: Fuchsia. HEX triplet: C8, 5C and D0. RGB value is (200,92,208). Sum of RGB (Red+Green+Blue) = 200+92+208=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #C85CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CD0 is #37A32F. Grayscale: #898989. Windows color (decimal): -3646256 or 13655240. OLE color: 13655240.

HSL color Cylindrical-coordinate representation of color #C85CD0: hue angle of 295.86º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85CD0 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 92 208 -
CMYK 0.04 0.56 0 0.18
HSL 295.86º 0.55% 0.59% -
HSV(B) 295.86º 0.56% 0.82% -
XYZ 39.03 24.49 62.34 -
YUV 137.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 200 92 208 0.04 0.56 0 0.18 295.86 0.55 0.59
Hex C8 5C D0 4 38 0 12 128 37 3B
Octal 310 134 320 4 70 0 22 450 67 73
Binary 11001000 1011100 11010000 100 111000 0 10010 100101000 110111 111011

Color Harmonies of #C85CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CD0

Black with #C85CD0

Text Example


Text Example

White with #C85CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CD0; }

 p { color: rgb(200,92,208); }

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

background-color css

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

 a { background-color: rgb(200,92,208); }

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

border-color css

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

 span { border-color: rgb(200,92,208); }

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