Html Css Color HEX #C669BD Fuchsia

📋 copy color: '#C669BD'

red 198 ◦ green 105 ◦ blue 189

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

Shades of Fuchsia #C669BD

Tints of Fuchsia #C669BD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.34%

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

R = 40.24%
G = 21.34%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C669BD (or 0xC669BD) is known color: Fuchsia. HEX triplet: C6, 69 and BD. RGB value is (198,105,189). Sum of RGB (Red+Green+Blue) = 198+105+189=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C669BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669BD is #399642. Grayscale: #8E8E8E. Windows color (decimal): -3774019 or 12413382. OLE color: 12413382.

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

Color convert

RGB 198 105 189 -
CMYK 0 0.47 0.05 0.22
HSL 305.81º 0.45% 0.59% -
HSV(B) 305.81º 0.47% 0.78% -
XYZ 37.53 25.78 51.14 -
YUV 142.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 198 105 189 0 0.47 0.05 0.22 305.81 0.45 0.59
Hex C6 69 BD 0 2F 5 16 132 2D 3B
Octal 306 151 275 0 57 5 26 462 55 73
Binary 11000110 1101001 10111101 0 101111 101 10110 100110010 101101 111011

Color Harmonies of #C669BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669BD

Black with #C669BD

Text Example


Text Example

White with #C669BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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