Html Css Color HEX #C697FA Wisteria

📋 copy color: '#C697FA'

red 198 ◦ green 151 ◦ blue 250

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

Shades of Wisteria #C697FA

Tints of Wisteria #C697FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.21%

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 33.06%
G = 25.21%
B = 41.74%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C697FA (or 0xC697FA) is known color: Wisteria. HEX triplet: C6, 97 and FA. RGB value is (198,151,250). Sum of RGB (Red+Green+Blue) = 198+151+250=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #C697FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697FA is #396805. Grayscale: #AFAFAF. Windows color (decimal): -3762182 or 16422854. OLE color: 16422854.

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

Color convert

RGB 198 151 250 -
CMYK 0.21 0.40 0 0.02
HSL 268.48º 0.91% 0.79% -
HSV(B) 268.48º 0.4% 0.98% -
XYZ 51.61 41.04 95.64 -
YUV 176.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 198 151 250 0.21 0.40 0 0.02 268.48 0.91 0.79
Hex C6 97 FA 15 28 0 2 10C 5B 4F
Octal 306 227 372 25 50 0 2 414 133 117
Binary 11000110 10010111 11111010 10101 101000 0 10 100001100 1011011 1001111

Color Harmonies of #C697FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697FA

Black with #C697FA

Text Example


Text Example

White with #C697FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697FA; }

 p { color: rgb(198,151,250); }

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

background-color css

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

 a { background-color: rgb(198,151,250); }

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

border-color css

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

 span { border-color: rgb(198,151,250); }

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