Html Css Color HEX #C670BD Fuchsia

📋 copy color: '#C670BD'

red 198 ◦ green 112 ◦ blue 189

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

Shades of Fuchsia #C670BD

Tints of Fuchsia #C670BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.44%

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 39.68%
G = 22.44%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C670BD (or 0xC670BD) is known color: Fuchsia. HEX triplet: C6, 70 and BD. RGB value is (198,112,189). Sum of RGB (Red+Green+Blue) = 198+112+189=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C670BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670BD is #398F42. Grayscale: #929292. Windows color (decimal): -3772227 or 12415174. OLE color: 12415174.

HSL color Cylindrical-coordinate representation of color #C670BD: hue angle of 306.28º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C670BD is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 189 -
CMYK 0 0.43 0.05 0.22
HSL 306.28º 0.43% 0.61% -
HSV(B) 306.28º 0.43% 0.78% -
XYZ 38.27 27.27 51.39 -
YUV 146.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 198 112 189 0 0.43 0.05 0.22 306.28 0.43 0.61
Hex C6 70 BD 0 2B 5 16 132 2B 3D
Octal 306 160 275 0 53 5 26 462 53 75
Binary 11000110 1110000 10111101 0 101011 101 10110 100110010 101011 111101

Color Harmonies of #C670BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670BD

Black with #C670BD

Text Example


Text Example

White with #C670BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670BD; }

 p { color: rgb(198,112,189); }

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

background-color css

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

 a { background-color: rgb(198,112,189); }

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

border-color css

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

 span { border-color: rgb(198,112,189); }

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