Html Css Color HEX #C663CD Fuchsia

📋 copy color: '#C663CD'

red 198 ◦ green 99 ◦ blue 205

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

Shades of Fuchsia #C663CD

Tints of Fuchsia #C663CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.72%

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

R = 39.44%
G = 19.72%
B = 40.84%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C663CD (or 0xC663CD) is known color: Fuchsia. HEX triplet: C6, 63 and CD. RGB value is (198,99,205). Sum of RGB (Red+Green+Blue) = 198+99+205=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #C663CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663CD is #399C32. Grayscale: #8C8C8C. Windows color (decimal): -3775539 or 13460422. OLE color: 13460422.

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

Color convert

RGB 198 99 205 -
CMYK 0.03 0.52 0 0.20
HSL 296.04º 0.51% 0.6% -
HSV(B) 296.04º 0.52% 0.8% -
XYZ 38.77 25.34 60.6 -
YUV 140.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 198 99 205 0.03 0.52 0 0.20 296.04 0.51 0.6
Hex C6 63 CD 3 34 0 14 128 33 3C
Octal 306 143 315 3 64 0 24 450 63 74
Binary 11000110 1100011 11001101 11 110100 0 10100 100101000 110011 111100

Color Harmonies of #C663CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C663CD

Black with #C663CD

Text Example


Text Example

White with #C663CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C663CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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