Html Css Color HEX #C65DCE Fuchsia

📋 copy color: '#C65DCE'

red 198 ◦ green 93 ◦ blue 206

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

Shades of Fuchsia #C65DCE

Tints of Fuchsia #C65DCE

RGB

 RED value IS 198 (77.73% from 255) = 39.84%

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 39.84%
G = 18.71%
B = 41.45%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C65DCE (or 0xC65DCE) is known color: Fuchsia. HEX triplet: C6, 5D and CE. RGB value is (198,93,206). Sum of RGB (Red+Green+Blue) = 198+93+206=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #C65DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DCE is #39A231. Grayscale: #888888. Windows color (decimal): -3777074 or 13524422. OLE color: 13524422.

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

Color convert

RGB 198 93 206 -
CMYK 0.04 0.55 0 0.19
HSL 295.75º 0.54% 0.59% -
HSV(B) 295.75º 0.55% 0.81% -
XYZ 38.34 24.29 61.06 -
YUV 137.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 198 93 206 0.04 0.55 0 0.19 295.75 0.54 0.59
Hex C6 5D CE 4 37 0 13 128 36 3B
Octal 306 135 316 4 67 0 23 450 66 73
Binary 11000110 1011101 11001110 100 110111 0 10011 100101000 110110 111011

Color Harmonies of #C65DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DCE

Black with #C65DCE

Text Example


Text Example

White with #C65DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DCE; }

 p { color: rgb(198,93,206); }

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

background-color css

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

 a { background-color: rgb(198,93,206); }

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

border-color css

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

 span { border-color: rgb(198,93,206); }

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