Html Css Color HEX #C66BBE Fuchsia

📋 copy color: '#C66BBE'

red 198 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #C66BBE

Tints of Fuchsia #C66BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.62%

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 40%
G = 21.62%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C66BBE (or 0xC66BBE) is known color: Fuchsia. HEX triplet: C6, 6B and BE. RGB value is (198,107,190). Sum of RGB (Red+Green+Blue) = 198+107+190=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BBE is #399441. Grayscale: #8F8F8F. Windows color (decimal): -3773506 or 12479430. OLE color: 12479430.

HSL color Cylindrical-coordinate representation of color #C66BBE: hue angle of 305.27º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66BBE is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 107 190 -
CMYK 0 0.46 0.04 0.22
HSL 305.27º 0.44% 0.6% -
HSV(B) 305.27º 0.46% 0.78% -
XYZ 37.84 26.24 51.79 -
YUV 143.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 198 107 190 0 0.46 0.04 0.22 305.27 0.44 0.6
Hex C6 6B BE 0 2E 4 16 131 2C 3C
Octal 306 153 276 0 56 4 26 461 54 74
Binary 11000110 1101011 10111110 0 101110 100 10110 100110001 101100 111100

Color Harmonies of #C66BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BBE

Black with #C66BBE

Text Example


Text Example

White with #C66BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BBE; }

 p { color: rgb(198,107,190); }

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

background-color css

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

 a { background-color: rgb(198,107,190); }

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

border-color css

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

 span { border-color: rgb(198,107,190); }

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