Html Css Color HEX #C765BC Fuchsia

📋 copy color: '#C765BC'

red 199 ◦ green 101 ◦ blue 188

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

Shades of Fuchsia #C765BC

Tints of Fuchsia #C765BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 40.78%
G = 20.7%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C765BC (or 0xC765BC) is known color: Fuchsia. HEX triplet: C7, 65 and BC. RGB value is (199,101,188). Sum of RGB (Red+Green+Blue) = 199+101+188=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C765BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765BC is #389A43. Grayscale: #8B8B8B. Windows color (decimal): -3709508 or 12346823. OLE color: 12346823.

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

Color convert

RGB 199 101 188 -
CMYK 0 0.49 0.06 0.22
HSL 306.73º 0.47% 0.59% -
HSV(B) 306.73º 0.49% 0.78% -
XYZ 37.28 25.08 50.45 -
YUV 140.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 199 101 188 0 0.49 0.06 0.22 306.73 0.47 0.59
Hex C7 65 BC 0 31 6 16 133 2F 3B
Octal 307 145 274 0 61 6 26 463 57 73
Binary 11000111 1100101 10111100 0 110001 110 10110 100110011 101111 111011

Color Harmonies of #C765BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C765BC

Black with #C765BC

Text Example


Text Example

White with #C765BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C765BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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