Html Css Color HEX #C762CE Fuchsia

📋 copy color: '#C762CE'

red 199 ◦ green 98 ◦ blue 206

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

Shades of Fuchsia #C762CE

Tints of Fuchsia #C762CE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.48%

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

R = 39.56%
G = 19.48%
B = 40.95%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C762CE (or 0xC762CE) is known color: Fuchsia. HEX triplet: C7, 62 and CE. RGB value is (199,98,206). Sum of RGB (Red+Green+Blue) = 199+98+206=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #C762CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762CE is #389D31. Grayscale: #8C8C8C. Windows color (decimal): -3710258 or 13525703. OLE color: 13525703.

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

Color convert

RGB 199 98 206 -
CMYK 0.03 0.52 0 0.19
HSL 296.11º 0.52% 0.6% -
HSV(B) 296.11º 0.52% 0.81% -
XYZ 39.06 25.33 61.22 -
YUV 140.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 199 98 206 0.03 0.52 0 0.19 296.11 0.52 0.6
Hex C7 62 CE 3 34 0 13 128 34 3C
Octal 307 142 316 3 64 0 23 450 64 74
Binary 11000111 1100010 11001110 11 110100 0 10011 100101000 110100 111100

Color Harmonies of #C762CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C762CE

Black with #C762CE

Text Example


Text Example

White with #C762CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C762CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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