Html Css Color HEX #C85DB3 Fuchsia

📋 copy color: '#C85DB3'

red 200 ◦ green 93 ◦ blue 179

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

Shades of Fuchsia #C85DB3

Tints of Fuchsia #C85DB3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.7%

 BLUE value IS 179 (70.31% from 255) = 37.92%

R = 42.37%
G = 19.7%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C85DB3 (or 0xC85DB3) is known color: Fuchsia. HEX triplet: C8, 5D and B3. RGB value is (200,93,179). Sum of RGB (Red+Green+Blue) = 200+93+179=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DB3 is #37A24C. Grayscale: #868686. Windows color (decimal): -3646029 or 11754952. OLE color: 11754952.

HSL color Cylindrical-coordinate representation of color #C85DB3: hue angle of 311.78º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85DB3 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 179 -
CMYK 0 0.54 0.10 0.22
HSL 311.78º 0.49% 0.57% -
HSV(B) 311.78º 0.54% 0.78% -
XYZ 35.87 23.36 45.27 -
YUV 134.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 200 93 179 0 0.54 0.10 0.22 311.78 0.49 0.57
Hex C8 5D B3 0 36 A 16 138 31 39
Octal 310 135 263 0 66 12 26 470 61 71
Binary 11001000 1011101 10110011 0 110110 1010 10110 100111000 110001 111001

Color Harmonies of #C85DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DB3

Black with #C85DB3

Text Example


Text Example

White with #C85DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DB3; }

 p { color: rgb(200,93,179); }

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

background-color css

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

 a { background-color: rgb(200,93,179); }

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

border-color css

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

 span { border-color: rgb(200,93,179); }

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