Html Css Color HEX #C567B9 Fuchsia

📋 copy color: '#C567B9'

red 197 ◦ green 103 ◦ blue 185

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

Shades of Fuchsia #C567B9

Tints of Fuchsia #C567B9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.24%

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 40.62%
G = 21.24%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C567B9 (or 0xC567B9) is known color: Fuchsia. HEX triplet: C5, 67 and B9. RGB value is (197,103,185). Sum of RGB (Red+Green+Blue) = 197+103+185=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C567B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567B9 is #3A9846. Grayscale: #8C8C8C. Windows color (decimal): -3840071 or 12150725. OLE color: 12150725.

HSL color Cylindrical-coordinate representation of color #C567B9: hue angle of 307.66º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C567B9 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 103 185 -
CMYK 0 0.48 0.06 0.23
HSL 307.66º 0.45% 0.59% -
HSV(B) 307.66º 0.48% 0.77% -
XYZ 36.63 25.07 48.81 -
YUV 140.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 197 103 185 0 0.48 0.06 0.23 307.66 0.45 0.59
Hex C5 67 B9 0 30 6 17 134 2D 3B
Octal 305 147 271 0 60 6 27 464 55 73
Binary 11000101 1100111 10111001 0 110000 110 10111 100110100 101101 111011

Color Harmonies of #C567B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C567B9

Black with #C567B9

Text Example


Text Example

White with #C567B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C567B9; }

 p { color: rgb(197,103,185); }

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

background-color css

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

 a { background-color: rgb(197,103,185); }

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

border-color css

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

 span { border-color: rgb(197,103,185); }

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