Html Css Color HEX #C652CD Fuchsia

📋 copy color: '#C652CD'

red 198 ◦ green 82 ◦ blue 205

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

Shades of Fuchsia #C652CD

Tints of Fuchsia #C652CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.91%

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

R = 40.82%
G = 16.91%
B = 42.27%

CMYK

 C value IS 0.03

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C652CD (or 0xC652CD) is known color: Fuchsia. HEX triplet: C6, 52 and CD. RGB value is (198,82,205). Sum of RGB (Red+Green+Blue) = 198+82+205=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #C652CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652CD is #39AD32. Grayscale: #828282. Windows color (decimal): -3779891 or 13456070. OLE color: 13456070.

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

Color convert

RGB 198 82 205 -
CMYK 0.03 0.6 0 0.20
HSL 296.59º 0.55% 0.56% -
HSV(B) 296.59º 0.6% 0.8% -
XYZ 37.33 22.45 60.12 -
YUV 130.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 198 82 205 0.03 0.6 0 0.20 296.59 0.55 0.56
Hex C6 52 CD 3 3C 0 14 129 37 38
Octal 306 122 315 3 74 0 24 451 67 70
Binary 11000110 1010010 11001101 11 111100 0 10100 100101001 110111 111000

Color Harmonies of #C652CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652CD

Black with #C652CD

Text Example


Text Example

White with #C652CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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