Html Css Color HEX #C665C0 Fuchsia

📋 copy color: '#C665C0'

red 198 ◦ green 101 ◦ blue 192

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

Shades of Fuchsia #C665C0

Tints of Fuchsia #C665C0

RGB

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

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

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

R = 40.33%
G = 20.57%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C665C0 (or 0xC665C0) is known color: Fuchsia. HEX triplet: C6, 65 and C0. RGB value is (198,101,192). Sum of RGB (Red+Green+Blue) = 198+101+192=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C665C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665C0 is #399A3F. Grayscale: #8C8C8C. Windows color (decimal): -3775040 or 12608966. OLE color: 12608966.

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

Color convert

RGB 198 101 192 -
CMYK 0 0.49 0.03 0.22
HSL 303.71º 0.46% 0.59% -
HSV(B) 303.71º 0.49% 0.78% -
XYZ 37.46 25.12 52.74 -
YUV 140.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 198 101 192 0 0.49 0.03 0.22 303.71 0.46 0.59
Hex C6 65 C0 0 31 3 16 130 2E 3B
Octal 306 145 300 0 61 3 26 460 56 73
Binary 11000110 1100101 11000000 0 110001 11 10110 100110000 101110 111011

Color Harmonies of #C665C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665C0

Black with #C665C0

Text Example


Text Example

White with #C665C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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