Html Css Color HEX #C766CD Fuchsia

📋 copy color: '#C766CD'

red 199 ◦ green 102 ◦ blue 205

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

Shades of Fuchsia #C766CD

Tints of Fuchsia #C766CD

RGB

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

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

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

R = 39.33%
G = 20.16%
B = 40.51%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C766CD (or 0xC766CD) is known color: Fuchsia. HEX triplet: C7, 66 and CD. RGB value is (199,102,205). Sum of RGB (Red+Green+Blue) = 199+102+205=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #C766CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766CD is #389932. Grayscale: #8E8E8E. Windows color (decimal): -3709235 or 13461191. OLE color: 13461191.

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

Color convert

RGB 199 102 205 -
CMYK 0.03 0.50 0 0.20
HSL 296.5º 0.51% 0.6% -
HSV(B) 296.5º 0.5% 0.8% -
XYZ 39.32 26.05 60.71 -
YUV 142.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 199 102 205 0.03 0.50 0 0.20 296.5 0.51 0.6
Hex C7 66 CD 3 32 0 14 129 33 3C
Octal 307 146 315 3 62 0 24 451 63 74
Binary 11000111 1100110 11001101 11 110010 0 10100 100101001 110011 111100

Color Harmonies of #C766CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766CD

Black with #C766CD

Text Example


Text Example

White with #C766CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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