Html Css Color HEX #C764CE Fuchsia

📋 copy color: '#C764CE'

red 199 ◦ green 100 ◦ blue 206

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

Shades of Fuchsia #C764CE

Tints of Fuchsia #C764CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 39.41%
G = 19.8%
B = 40.79%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C764CE (or 0xC764CE) is known color: Fuchsia. HEX triplet: C7, 64 and CE. RGB value is (199,100,206). Sum of RGB (Red+Green+Blue) = 199+100+206=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #C764CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764CE is #389B31. Grayscale: #8D8D8D. Windows color (decimal): -3709746 or 13526215. OLE color: 13526215.

HSL color Cylindrical-coordinate representation of color #C764CE: hue angle of 296.04º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C764CE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 100 206 -
CMYK 0.03 0.51 0 0.19
HSL 296.04º 0.52% 0.6% -
HSV(B) 296.04º 0.51% 0.81% -
XYZ 39.25 25.71 61.29 -
YUV 141.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 199 100 206 0.03 0.51 0 0.19 296.04 0.52 0.6
Hex C7 64 CE 3 33 0 13 128 34 3C
Octal 307 144 316 3 63 0 23 450 64 74
Binary 11000111 1100100 11001110 11 110011 0 10011 100101000 110100 111100

Color Harmonies of #C764CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764CE

Black with #C764CE

Text Example


Text Example

White with #C764CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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