Html Css Color HEX #C665B7 Fuchsia

📋 copy color: '#C665B7'

red 198 ◦ green 101 ◦ blue 183

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

Shades of Fuchsia #C665B7

Tints of Fuchsia #C665B7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.95%

 BLUE value IS 183 (71.88% from 255) = 37.97%

R = 41.08%
G = 20.95%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C665B7 (or 0xC665B7) is known color: Fuchsia. HEX triplet: C6, 65 and B7. RGB value is (198,101,183). Sum of RGB (Red+Green+Blue) = 198+101+183=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C665B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665B7 is #399A48. Grayscale: #8B8B8B. Windows color (decimal): -3775049 or 12019142. OLE color: 12019142.

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

Color convert

RGB 198 101 183 -
CMYK 0 0.49 0.08 0.22
HSL 309.28º 0.46% 0.59% -
HSV(B) 309.28º 0.49% 0.78% -
XYZ 36.49 24.73 47.65 -
YUV 139.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 198 101 183 0 0.49 0.08 0.22 309.28 0.46 0.59
Hex C6 65 B7 0 31 8 16 135 2E 3B
Octal 306 145 267 0 61 10 26 465 56 73
Binary 11000110 1100101 10110111 0 110001 1000 10110 100110101 101110 111011

Color Harmonies of #C665B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665B7

Black with #C665B7

Text Example


Text Example

White with #C665B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665B7; }

 p { color: rgb(198,101,183); }

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

background-color css

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

 a { background-color: rgb(198,101,183); }

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

border-color css

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

 span { border-color: rgb(198,101,183); }

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