Html Css Color HEX #C645C6 Fuchsia

📋 copy color: '#C645C6'

red 198 ◦ green 69 ◦ blue 198

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

Shades of Fuchsia #C645C6

Tints of Fuchsia #C645C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 42.58%
G = 14.84%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C645C6 (or 0xC645C6) is known color: Fuchsia. HEX triplet: C6, 45 and C6. RGB value is (198,69,198). Sum of RGB (Red+Green+Blue) = 198+69+198=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C645C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645C6 is #39BA39. Grayscale: #797979. Windows color (decimal): -3783226 or 12993990. OLE color: 12993990.

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

Color convert

RGB 198 69 198 -
CMYK 0 0.65 0 0.22
HSL 300º 0.53% 0.52% -
HSV(B) 300º 0.65% 0.78% -
XYZ 35.61 20.34 55.48 -
YUV 122.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 198 69 198 0 0.65 0 0.22 300 0.53 0.52
Hex C6 45 C6 0 41 0 16 12C 35 34
Octal 306 105 306 0 101 0 26 454 65 64
Binary 11000110 1000101 11000110 0 1000001 0 10110 100101100 110101 110100

Color Harmonies of #C645C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645C6

Black with #C645C6

Text Example


Text Example

White with #C645C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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