Html Css Color HEX #C65DCD Fuchsia

📋 copy color: '#C65DCD'

red 198 ◦ green 93 ◦ blue 205

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

Shades of Fuchsia #C65DCD

Tints of Fuchsia #C65DCD

RGB

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

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

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

R = 39.92%
G = 18.75%
B = 41.33%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C65DCD (or 0xC65DCD) is known color: Fuchsia. HEX triplet: C6, 5D and CD. RGB value is (198,93,205). Sum of RGB (Red+Green+Blue) = 198+93+205=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #C65DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DCD is #39A232. Grayscale: #888888. Windows color (decimal): -3777075 or 13458886. OLE color: 13458886.

HSL color Cylindrical-coordinate representation of color #C65DCD: hue angle of 296.25º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65DCD is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 93 205 -
CMYK 0.03 0.55 0 0.20
HSL 296.25º 0.53% 0.58% -
HSV(B) 296.25º 0.55% 0.8% -
XYZ 38.22 24.24 60.42 -
YUV 137.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 198 93 205 0.03 0.55 0 0.20 296.25 0.53 0.58
Hex C6 5D CD 3 37 0 14 128 35 3A
Octal 306 135 315 3 67 0 24 450 65 72
Binary 11000110 1011101 11001101 11 110111 0 10100 100101000 110101 111010

Color Harmonies of #C65DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DCD

Black with #C65DCD

Text Example


Text Example

White with #C65DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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