Html Css Color HEX #C765CB Fuchsia

📋 copy color: '#C765CB'

red 199 ◦ green 101 ◦ blue 203

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

Shades of Fuchsia #C765CB

Tints of Fuchsia #C765CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 39.56%
G = 20.08%
B = 40.36%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C765CB (or 0xC765CB) is known color: Fuchsia. HEX triplet: C7, 65 and CB. RGB value is (199,101,203). Sum of RGB (Red+Green+Blue) = 199+101+203=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #C765CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765CB is #389A34. Grayscale: #8D8D8D. Windows color (decimal): -3709493 or 13329863. OLE color: 13329863.

HSL color Cylindrical-coordinate representation of color #C765CB: hue angle of 297.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C765CB is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 101 203 -
CMYK 0.02 0.50 0 0.20
HSL 297.65º 0.5% 0.6% -
HSV(B) 297.65º 0.5% 0.8% -
XYZ 38.99 25.76 59.42 -
YUV 141.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 199 101 203 0.02 0.50 0 0.20 297.65 0.5 0.6
Hex C7 65 CB 2 32 0 14 12A 32 3C
Octal 307 145 313 2 62 0 24 452 62 74
Binary 11000111 1100101 11001011 10 110010 0 10100 100101010 110010 111100

Color Harmonies of #C765CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C765CB

Black with #C765CB

Text Example


Text Example

White with #C765CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C765CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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