Html Css Color HEX #C566CA Fuchsia

📋 copy color: '#C566CA'

red 197 ◦ green 102 ◦ blue 202

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

Shades of Fuchsia #C566CA

Tints of Fuchsia #C566CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.36%

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 39.32%
G = 20.36%
B = 40.32%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C566CA (or 0xC566CA) is known color: Fuchsia. HEX triplet: C5, 66 and CA. RGB value is (197,102,202). Sum of RGB (Red+Green+Blue) = 197+102+202=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #C566CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566CA is #3A9935. Grayscale: #8D8D8D. Windows color (decimal): -3840310 or 13264581. OLE color: 13264581.

HSL color Cylindrical-coordinate representation of color #C566CA: hue angle of 297º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C566CA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 102 202 -
CMYK 0.02 0.50 0 0.21
HSL 297º 0.49% 0.6% -
HSV(B) 297º 0.5% 0.79% -
XYZ 38.44 25.64 58.8 -
YUV 141.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 197 102 202 0.02 0.50 0 0.21 297 0.49 0.6
Hex C5 66 CA 2 32 0 15 129 31 3C
Octal 305 146 312 2 62 0 25 451 61 74
Binary 11000101 1100110 11001010 10 110010 0 10101 100101001 110001 111100

Color Harmonies of #C566CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566CA

Black with #C566CA

Text Example


Text Example

White with #C566CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566CA; }

 p { color: rgb(197,102,202); }

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

background-color css

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

 a { background-color: rgb(197,102,202); }

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

border-color css

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

 span { border-color: rgb(197,102,202); }

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