Html Css Color HEX #C696FC Wisteria

📋 copy color: '#C696FC'

red 198 ◦ green 150 ◦ blue 252

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

Shades of Wisteria #C696FC

Tints of Wisteria #C696FC

RGB

 RED value IS 198 (77.73% from 255) = 33%

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

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

R = 33%
G = 25%
B = 42%

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

#C696FC (or 0xC696FC) is known color: Wisteria. HEX triplet: C6, 96 and FC. RGB value is (198,150,252). Sum of RGB (Red+Green+Blue) = 198+150+252=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #C696FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C696FC is #396903. Grayscale: #AFAFAF. Windows color (decimal): -3762436 or 16553670. OLE color: 16553670.

HSL color Cylindrical-coordinate representation of color #C696FC: hue angle of 268.24º 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 #C696FC is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 150 252 -
CMYK 0.21 0.40 0 0.01
HSL 268.24º 0.94% 0.79% -
HSV(B) 268.24º 0.4% 0.99% -
XYZ 51.77 40.85 97.25 -
YUV 175.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 198 150 252 0.21 0.40 0 0.01 268.24 0.94 0.79
Hex C6 96 FC 15 28 0 1 10C 5E 4F
Octal 306 226 374 25 50 0 1 414 136 117
Binary 11000110 10010110 11111100 10101 101000 0 1 100001100 1011110 1001111

Color Harmonies of #C696FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696FC

Black with #C696FC

Text Example


Text Example

White with #C696FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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