Html Css Color HEX #C697EB Wisteria

📋 copy color: '#C697EB'

red 198 ◦ green 151 ◦ blue 235

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

Shades of Wisteria #C697EB

Tints of Wisteria #C697EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 33.9%
G = 25.86%
B = 40.24%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C697EB (or 0xC697EB) is known color: Wisteria. HEX triplet: C6, 97 and EB. RGB value is (198,151,235). Sum of RGB (Red+Green+Blue) = 198+151+235=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #C697EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697EB is #396814. Grayscale: #AEAEAE. Windows color (decimal): -3762197 or 15439814. OLE color: 15439814.

HSL color Cylindrical-coordinate representation of color #C697EB: hue angle of 273.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C697EB is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 151 235 -
CMYK 0.16 0.36 0 0.08
HSL 273.57º 0.68% 0.76% -
HSV(B) 273.57º 0.36% 0.92% -
XYZ 49.35 40.14 83.74 -
YUV 174.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 198 151 235 0.16 0.36 0 0.08 273.57 0.68 0.76
Hex C6 97 EB 10 24 0 8 112 44 4C
Octal 306 227 353 20 44 0 10 422 104 114
Binary 11000110 10010111 11101011 10000 100100 0 1000 100010010 1000100 1001100

Color Harmonies of #C697EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697EB

Black with #C697EB

Text Example


Text Example

White with #C697EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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