Html Css Color HEX #C568CC Fuchsia

📋 copy color: '#C568CC'

red 197 ◦ green 104 ◦ blue 204

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

Shades of Fuchsia #C568CC

Tints of Fuchsia #C568CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.59%

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 39.01%
G = 20.59%
B = 40.4%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C568CC (or 0xC568CC) is known color: Fuchsia. HEX triplet: C5, 68 and CC. RGB value is (197,104,204). Sum of RGB (Red+Green+Blue) = 197+104+204=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #C568CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568CC is #3A9733. Grayscale: #8E8E8E. Windows color (decimal): -3839796 or 13396165. OLE color: 13396165.

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

Color convert

RGB 197 104 204 -
CMYK 0.03 0.49 0 0.2
HSL 295.8º 0.5% 0.6% -
HSV(B) 295.8º 0.49% 0.8% -
XYZ 38.88 26.13 60.12 -
YUV 143.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 197 104 204 0.03 0.49 0 0.2 295.8 0.5 0.6
Hex C5 68 CC 3 31 0 14 128 32 3C
Octal 305 150 314 3 61 0 24 450 62 74
Binary 11000101 1101000 11001100 11 110001 0 10100 100101000 110010 111100

Color Harmonies of #C568CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C568CC

Black with #C568CC

Text Example


Text Example

White with #C568CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C568CC; }

 p { color: rgb(197,104,204); }

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

background-color css

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

 a { background-color: rgb(197,104,204); }

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

border-color css

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

 span { border-color: rgb(197,104,204); }

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