Html Css Color HEX #C766CE Fuchsia

📋 copy color: '#C766CE'

red 199 ◦ green 102 ◦ blue 206

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

Shades of Fuchsia #C766CE

Tints of Fuchsia #C766CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.12%

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

R = 39.25%
G = 20.12%
B = 40.63%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C766CE (or 0xC766CE) is known color: Fuchsia. HEX triplet: C7, 66 and CE. RGB value is (199,102,206). Sum of RGB (Red+Green+Blue) = 199+102+206=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #C766CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766CE is #389931. Grayscale: #8E8E8E. Windows color (decimal): -3709234 or 13526727. OLE color: 13526727.

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

Color convert

RGB 199 102 206 -
CMYK 0.03 0.50 0 0.19
HSL 295.96º 0.51% 0.6% -
HSV(B) 295.96º 0.5% 0.81% -
XYZ 39.45 26.1 61.35 -
YUV 142.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 199 102 206 0.03 0.50 0 0.19 295.96 0.51 0.6
Hex C7 66 CE 3 32 0 13 128 33 3C
Octal 307 146 316 3 62 0 23 450 63 74
Binary 11000111 1100110 11001110 11 110010 0 10011 100101000 110011 111100

Color Harmonies of #C766CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766CE

Black with #C766CE

Text Example


Text Example

White with #C766CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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