Html Css Color HEX #C765BA Fuchsia

📋 copy color: '#C765BA'

red 199 ◦ green 101 ◦ blue 186

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

Shades of Fuchsia #C765BA

Tints of Fuchsia #C765BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 40.95%
G = 20.78%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C765BA (or 0xC765BA) is known color: Fuchsia. HEX triplet: C7, 65 and BA. RGB value is (199,101,186). Sum of RGB (Red+Green+Blue) = 199+101+186=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C765BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765BA is #389A45. Grayscale: #8B8B8B. Windows color (decimal): -3709510 or 12215751. OLE color: 12215751.

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

Color convert

RGB 199 101 186 -
CMYK 0 0.49 0.07 0.22
HSL 307.96º 0.47% 0.59% -
HSV(B) 307.96º 0.49% 0.78% -
XYZ 37.07 24.99 49.33 -
YUV 139.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 199 101 186 0 0.49 0.07 0.22 307.96 0.47 0.59
Hex C7 65 BA 0 31 7 16 134 2F 3B
Octal 307 145 272 0 61 7 26 464 57 73
Binary 11000111 1100101 10111010 0 110001 111 10110 100110100 101111 111011

Color Harmonies of #C765BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C765BA

Black with #C765BA

Text Example


Text Example

White with #C765BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C765BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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