Html Css Color HEX #C764CD Fuchsia

📋 copy color: '#C764CD'

red 199 ◦ green 100 ◦ blue 205

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

Shades of Fuchsia #C764CD

Tints of Fuchsia #C764CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 39.48%
G = 19.84%
B = 40.67%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C764CD (or 0xC764CD) is known color: Fuchsia. HEX triplet: C7, 64 and CD. RGB value is (199,100,205). Sum of RGB (Red+Green+Blue) = 199+100+205=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #C764CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764CD is #389B32. Grayscale: #8D8D8D. Windows color (decimal): -3709747 or 13460679. OLE color: 13460679.

HSL color Cylindrical-coordinate representation of color #C764CD: hue angle of 296.57º degrees, saturation: 0.51, 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 #C764CD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 100 205 -
CMYK 0.03 0.51 0 0.20
HSL 296.57º 0.51% 0.6% -
HSV(B) 296.57º 0.51% 0.8% -
XYZ 39.13 25.66 60.65 -
YUV 141.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 199 100 205 0.03 0.51 0 0.20 296.57 0.51 0.6
Hex C7 64 CD 3 33 0 14 129 33 3C
Octal 307 144 315 3 63 0 24 451 63 74
Binary 11000111 1100100 11001101 11 110011 0 10100 100101001 110011 111100

Color Harmonies of #C764CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764CD

Black with #C764CD

Text Example


Text Example

White with #C764CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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