Html Css Color HEX #C665BD Fuchsia

📋 copy color: '#C665BD'

red 198 ◦ green 101 ◦ blue 189

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

Shades of Fuchsia #C665BD

Tints of Fuchsia #C665BD

RGB

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

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

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

R = 40.57%
G = 20.7%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C665BD (or 0xC665BD) is known color: Fuchsia. HEX triplet: C6, 65 and BD. RGB value is (198,101,189). Sum of RGB (Red+Green+Blue) = 198+101+189=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C665BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665BD is #399A42. Grayscale: #8B8B8B. Windows color (decimal): -3775043 or 12412358. OLE color: 12412358.

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

Color convert

RGB 198 101 189 -
CMYK 0 0.49 0.05 0.22
HSL 305.57º 0.46% 0.59% -
HSV(B) 305.57º 0.49% 0.78% -
XYZ 37.13 24.99 51.01 -
YUV 140.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 198 101 189 0 0.49 0.05 0.22 305.57 0.46 0.59
Hex C6 65 BD 0 31 5 16 132 2E 3B
Octal 306 145 275 0 61 5 26 462 56 73
Binary 11000110 1100101 10111101 0 110001 101 10110 100110010 101110 111011

Color Harmonies of #C665BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665BD

Black with #C665BD

Text Example


Text Example

White with #C665BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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