Html Css Color HEX #C796FC Wisteria

📋 copy color: '#C796FC'

red 199 ◦ green 150 ◦ blue 252

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

Shades of Wisteria #C796FC

Tints of Wisteria #C796FC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.96%

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 33.11%
G = 24.96%
B = 41.93%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C796FC (or 0xC796FC) is known color: Wisteria. HEX triplet: C7, 96 and FC. RGB value is (199,150,252). Sum of RGB (Red+Green+Blue) = 199+150+252=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #C796FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C796FC is #386903. Grayscale: #AFAFAF. Windows color (decimal): -3696900 or 16553671. OLE color: 16553671.

HSL color Cylindrical-coordinate representation of color #C796FC: hue angle of 268.82º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C796FC is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 150 252 -
CMYK 0.21 0.40 0 0.01
HSL 268.82º 0.94% 0.79% -
HSV(B) 268.82º 0.4% 0.99% -
XYZ 52.03 40.98 97.26 -
YUV 176.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 199 150 252 0.21 0.40 0 0.01 268.82 0.94 0.79
Hex C7 96 FC 15 28 0 1 10D 5E 4F
Octal 307 226 374 25 50 0 1 415 136 117
Binary 11000111 10010110 11111100 10101 101000 0 1 100001101 1011110 1001111

Color Harmonies of #C796FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C796FC

Black with #C796FC

Text Example


Text Example

White with #C796FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C796FC; }

 p { color: rgb(199,150,252); }

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

background-color css

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

 a { background-color: rgb(199,150,252); }

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

border-color css

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

 span { border-color: rgb(199,150,252); }

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