Html Css Color HEX #C764CC Fuchsia

📋 copy color: '#C764CC'

red 199 ◦ green 100 ◦ blue 204

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

Shades of Fuchsia #C764CC

Tints of Fuchsia #C764CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.88%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 39.56%
G = 19.88%
B = 40.56%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C764CC (or 0xC764CC) is known color: Fuchsia. HEX triplet: C7, 64 and CC. RGB value is (199,100,204). Sum of RGB (Red+Green+Blue) = 199+100+204=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #C764CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764CC is #389B33. Grayscale: #8D8D8D. Windows color (decimal): -3709748 or 13395143. OLE color: 13395143.

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

Color convert

RGB 199 100 204 -
CMYK 0.02 0.51 0 0.2
HSL 297.12º 0.5% 0.6% -
HSV(B) 297.12º 0.51% 0.8% -
XYZ 39.01 25.62 60.02 -
YUV 141.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 199 100 204 0.02 0.51 0 0.2 297.12 0.5 0.6
Hex C7 64 CC 2 33 0 14 129 32 3C
Octal 307 144 314 2 63 0 24 451 62 74
Binary 11000111 1100100 11001100 10 110011 0 10100 100101001 110010 111100

Color Harmonies of #C764CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764CC

Black with #C764CC

Text Example


Text Example

White with #C764CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764CC; }

 p { color: rgb(199,100,204); }

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

background-color css

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

 a { background-color: rgb(199,100,204); }

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

border-color css

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

 span { border-color: rgb(199,100,204); }

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