Html Css Color HEX #C688DE Wisteria

📋 copy color: '#C688DE'

red 198 ◦ green 136 ◦ blue 222

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

Shades of Wisteria #C688DE

Tints of Wisteria #C688DE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.46%

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 35.61%
G = 24.46%
B = 39.93%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C688DE (or 0xC688DE) is known color: Wisteria. HEX triplet: C6, 88 and DE. RGB value is (198,136,222). Sum of RGB (Red+Green+Blue) = 198+136+222=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #C688DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C688DE is #397721. Grayscale: #A4A4A4. Windows color (decimal): -3766050 or 14584006. OLE color: 14584006.

HSL color Cylindrical-coordinate representation of color #C688DE: hue angle of 283.26º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C688DE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 136 222 -
CMYK 0.11 0.39 0 0.13
HSL 283.26º 0.57% 0.7% -
HSV(B) 283.26º 0.39% 0.87% -
XYZ 45.28 34.89 73.45 -
YUV 164.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 198 136 222 0.11 0.39 0 0.13 283.26 0.57 0.7
Hex C6 88 DE B 27 0 D 11B 39 46
Octal 306 210 336 13 47 0 15 433 71 106
Binary 11000110 10001000 11011110 1011 100111 0 1101 100011011 111001 1000110

Color Harmonies of #C688DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C688DE

Black with #C688DE

Text Example


Text Example

White with #C688DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C688DE; }

 p { color: rgb(198,136,222); }

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

background-color css

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

 a { background-color: rgb(198,136,222); }

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

border-color css

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

 span { border-color: rgb(198,136,222); }

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