Html Css Color HEX #C645D0 Fuchsia

📋 copy color: '#C645D0'

red 198 ◦ green 69 ◦ blue 208

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

Shades of Fuchsia #C645D0

Tints of Fuchsia #C645D0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.53%

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

R = 41.68%
G = 14.53%
B = 43.79%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C645D0 (or 0xC645D0) is known color: Fuchsia. HEX triplet: C6, 45 and D0. RGB value is (198,69,208). Sum of RGB (Red+Green+Blue) = 198+69+208=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #C645D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645D0 is #39BA2F. Grayscale: #7A7A7A. Windows color (decimal): -3783216 or 13649350. OLE color: 13649350.

HSL color Cylindrical-coordinate representation of color #C645D0: hue angle of 295.68º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C645D0 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 69 208 -
CMYK 0.05 0.67 0 0.18
HSL 295.68º 0.6% 0.54% -
HSV(B) 295.68º 0.67% 0.82% -
XYZ 36.8 20.82 61.75 -
YUV 123.42 175.74 181.2 -
System Red Green Blue C M Y K H S L
Decimal 198 69 208 0.05 0.67 0 0.18 295.68 0.6 0.54
Hex C6 45 D0 5 43 0 12 128 3C 36
Octal 306 105 320 5 103 0 22 450 74 66
Binary 11000110 1000101 11010000 101 1000011 0 10010 100101000 111100 110110

Color Harmonies of #C645D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645D0

Black with #C645D0

Text Example


Text Example

White with #C645D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645D0; }

 p { color: rgb(198,69,208); }

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

background-color css

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

 a { background-color: rgb(198,69,208); }

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

border-color css

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

 span { border-color: rgb(198,69,208); }

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