Html Css Color HEX #C667BD Fuchsia

📋 copy color: '#C667BD'

red 198 ◦ green 103 ◦ blue 189

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

Shades of Fuchsia #C667BD

Tints of Fuchsia #C667BD

RGB

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

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

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

R = 40.41%
G = 21.02%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C667BD (or 0xC667BD) is known color: Fuchsia. HEX triplet: C6, 67 and BD. RGB value is (198,103,189). Sum of RGB (Red+Green+Blue) = 198+103+189=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C667BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667BD is #399842. Grayscale: #8C8C8C. Windows color (decimal): -3774531 or 12412870. OLE color: 12412870.

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

Color convert

RGB 198 103 189 -
CMYK 0 0.48 0.05 0.22
HSL 305.68º 0.45% 0.59% -
HSV(B) 305.68º 0.48% 0.78% -
XYZ 37.32 25.38 51.08 -
YUV 141.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 198 103 189 0 0.48 0.05 0.22 305.68 0.45 0.59
Hex C6 67 BD 0 30 5 16 132 2D 3B
Octal 306 147 275 0 60 5 26 462 55 73
Binary 11000110 1100111 10111101 0 110000 101 10110 100110010 101101 111011

Color Harmonies of #C667BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C667BD

Black with #C667BD

Text Example


Text Example

White with #C667BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C667BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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