Html Css Color HEX #C635D0 Fuchsia

📋 copy color: '#C635D0'

red 198 ◦ green 53 ◦ blue 208

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

Shades of Fuchsia #C635D0

Tints of Fuchsia #C635D0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.55%

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

R = 43.14%
G = 11.55%
B = 45.32%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C635D0 (or 0xC635D0) is known color: Fuchsia. HEX triplet: C6, 35 and D0. RGB value is (198,53,208). Sum of RGB (Red+Green+Blue) = 198+53+208=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #C635D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635D0 is #39CA2F. Grayscale: #717171. Windows color (decimal): -3787312 or 13645254. OLE color: 13645254.

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

Color convert

RGB 198 53 208 -
CMYK 0.05 0.75 0 0.18
HSL 296.13º 0.62% 0.51% -
HSV(B) 296.13º 0.75% 0.82% -
XYZ 35.95 19.11 61.47 -
YUV 114.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 198 53 208 0.05 0.75 0 0.18 296.13 0.62 0.51
Hex C6 35 D0 5 4B 0 12 128 3E 33
Octal 306 65 320 5 113 0 22 450 76 63
Binary 11000110 110101 11010000 101 1001011 0 10010 100101000 111110 110011

Color Harmonies of #C635D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C635D0

Black with #C635D0

Text Example


Text Example

White with #C635D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C635D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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