Html Css Color HEX #C669C0 Fuchsia

📋 copy color: '#C669C0'

red 198 ◦ green 105 ◦ blue 192

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

Shades of Fuchsia #C669C0

Tints of Fuchsia #C669C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.79%

R = 40%
G = 21.21%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C669C0 (or 0xC669C0) is known color: Fuchsia. HEX triplet: C6, 69 and C0. RGB value is (198,105,192). Sum of RGB (Red+Green+Blue) = 198+105+192=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C669C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669C0 is #39963F. Grayscale: #8E8E8E. Windows color (decimal): -3774016 or 12609990. OLE color: 12609990.

HSL color Cylindrical-coordinate representation of color #C669C0: hue angle of 303.87º 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 #C669C0 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 105 192 -
CMYK 0 0.47 0.03 0.22
HSL 303.87º 0.45% 0.59% -
HSV(B) 303.87º 0.47% 0.78% -
XYZ 37.85 25.91 52.88 -
YUV 142.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 198 105 192 0 0.47 0.03 0.22 303.87 0.45 0.59
Hex C6 69 C0 0 2F 3 16 130 2D 3B
Octal 306 151 300 0 57 3 26 460 55 73
Binary 11000110 1101001 11000000 0 101111 11 10110 100110000 101101 111011

Color Harmonies of #C669C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669C0

Black with #C669C0

Text Example


Text Example

White with #C669C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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