Html Css Color HEX #C562CD Fuchsia

📋 copy color: '#C562CD'

red 197 ◦ green 98 ◦ blue 205

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

Shades of Fuchsia #C562CD

Tints of Fuchsia #C562CD

RGB

 RED value IS 197 (77.34% from 255) = 39.4%

 GREEN value IS 98 (38.67% from 255) = 19.6%

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

R = 39.4%
G = 19.6%
B = 41%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C562CD (or 0xC562CD) is known color: Fuchsia. HEX triplet: C5, 62 and CD. RGB value is (197,98,205). Sum of RGB (Red+Green+Blue) = 197+98+205=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #C562CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562CD is #3A9D32. Grayscale: #8B8B8B. Windows color (decimal): -3841331 or 13460165. OLE color: 13460165.

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

Color convert

RGB 197 98 205 -
CMYK 0.04 0.52 0 0.20
HSL 295.51º 0.52% 0.59% -
HSV(B) 295.51º 0.52% 0.8% -
XYZ 38.41 25.01 60.56 -
YUV 139.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 197 98 205 0.04 0.52 0 0.20 295.51 0.52 0.59
Hex C5 62 CD 4 34 0 14 128 34 3B
Octal 305 142 315 4 64 0 24 450 64 73
Binary 11000101 1100010 11001101 100 110100 0 10100 100101000 110100 111011

Color Harmonies of #C562CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562CD

Black with #C562CD

Text Example


Text Example

White with #C562CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562CD; }

 p { color: rgb(197,98,205); }

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

background-color css

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

 a { background-color: rgb(197,98,205); }

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

border-color css

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

 span { border-color: rgb(197,98,205); }

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