Html Css Color HEX #C768CB Fuchsia

📋 copy color: '#C768CB'

red 199 ◦ green 104 ◦ blue 203

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

Shades of Fuchsia #C768CB

Tints of Fuchsia #C768CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.55%

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 39.33%
G = 20.55%
B = 40.12%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C768CB (or 0xC768CB) is known color: Fuchsia. HEX triplet: C7, 68 and CB. RGB value is (199,104,203). Sum of RGB (Red+Green+Blue) = 199+104+203=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #C768CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768CB is #389734. Grayscale: #8F8F8F. Windows color (decimal): -3708725 or 13330631. OLE color: 13330631.

HSL color Cylindrical-coordinate representation of color #C768CB: hue angle of 297.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C768CB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 104 203 -
CMYK 0.02 0.49 0 0.20
HSL 297.58º 0.49% 0.6% -
HSV(B) 297.58º 0.49% 0.8% -
XYZ 39.28 26.35 59.52 -
YUV 143.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 199 104 203 0.02 0.49 0 0.20 297.58 0.49 0.6
Hex C7 68 CB 2 31 0 14 12A 31 3C
Octal 307 150 313 2 61 0 24 452 61 74
Binary 11000111 1101000 11001011 10 110001 0 10100 100101010 110001 111100

Color Harmonies of #C768CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C768CB

Black with #C768CB

Text Example


Text Example

White with #C768CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C768CB; }

 p { color: rgb(199,104,203); }

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

background-color css

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

 a { background-color: rgb(199,104,203); }

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

border-color css

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

 span { border-color: rgb(199,104,203); }

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