Html Css Color HEX #C697ED Wisteria

📋 copy color: '#C697ED'

red 198 ◦ green 151 ◦ blue 237

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

Shades of Wisteria #C697ED

Tints of Wisteria #C697ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 33.79%
G = 25.77%
B = 40.44%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C697ED (or 0xC697ED) is known color: Wisteria. HEX triplet: C6, 97 and ED. RGB value is (198,151,237). Sum of RGB (Red+Green+Blue) = 198+151+237=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #C697ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697ED is #396812. Grayscale: #AEAEAE. Windows color (decimal): -3762195 or 15570886. OLE color: 15570886.

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

Color convert

RGB 198 151 237 -
CMYK 0.16 0.36 0 0.07
HSL 272.79º 0.7% 0.76% -
HSV(B) 272.79º 0.36% 0.93% -
XYZ 49.64 40.25 85.27 -
YUV 174.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 198 151 237 0.16 0.36 0 0.07 272.79 0.7 0.76
Hex C6 97 ED 10 24 0 7 111 46 4C
Octal 306 227 355 20 44 0 7 421 106 114
Binary 11000110 10010111 11101101 10000 100100 0 111 100010001 1000110 1001100

Color Harmonies of #C697ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697ED

Black with #C697ED

Text Example


Text Example

White with #C697ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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