Html Css Color HEX #C765BD Fuchsia

📋 copy color: '#C765BD'

red 199 ◦ green 101 ◦ blue 189

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

Shades of Fuchsia #C765BD

Tints of Fuchsia #C765BD

RGB

 RED value IS 199 (78.13% from 255) = 40.7%

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

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

R = 40.7%
G = 20.65%
B = 38.65%

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

#C765BD (or 0xC765BD) is known color: Fuchsia. HEX triplet: C7, 65 and BD. RGB value is (199,101,189). Sum of RGB (Red+Green+Blue) = 199+101+189=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C765BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765BD is #389A42. Grayscale: #8C8C8C. Windows color (decimal): -3709507 or 12412359. OLE color: 12412359.

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

Color convert

RGB 199 101 189 -
CMYK 0 0.49 0.05 0.22
HSL 306.12º 0.47% 0.59% -
HSV(B) 306.12º 0.49% 0.78% -
XYZ 37.39 25.12 51.02 -
YUV 140.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 199 101 189 0 0.49 0.05 0.22 306.12 0.47 0.59
Hex C7 65 BD 0 31 5 16 132 2F 3B
Octal 307 145 275 0 61 5 26 462 57 73
Binary 11000111 1100101 10111101 0 110001 101 10110 100110010 101111 111011

Color Harmonies of #C765BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C765BD

Black with #C765BD

Text Example


Text Example

White with #C765BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C765BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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