Html Css Color HEX #C688DC Wisteria

📋 copy color: '#C688DC'

red 198 ◦ green 136 ◦ blue 220

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

Shades of Wisteria #C688DC

Tints of Wisteria #C688DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 35.74%
G = 24.55%
B = 39.71%

CMYK

 C value IS 0.1

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C688DC (or 0xC688DC) is known color: Wisteria. HEX triplet: C6, 88 and DC. RGB value is (198,136,220). Sum of RGB (Red+Green+Blue) = 198+136+220=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #C688DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C688DC is #397723. Grayscale: #A3A3A3. Windows color (decimal): -3766052 or 14452934. OLE color: 14452934.

HSL color Cylindrical-coordinate representation of color #C688DC: hue angle of 284.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C688DC is Cyan = 0.1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 136 220 -
CMYK 0.1 0.38 0 0.14
HSL 284.29º 0.55% 0.7% -
HSV(B) 284.29º 0.38% 0.86% -
XYZ 45.01 34.78 72.05 -
YUV 164.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 198 136 220 0.1 0.38 0 0.14 284.29 0.55 0.7
Hex C6 88 DC A 26 0 E 11C 37 46
Octal 306 210 334 12 46 0 16 434 67 106
Binary 11000110 10001000 11011100 1010 100110 0 1110 100011100 110111 1000110

Color Harmonies of #C688DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C688DC

Black with #C688DC

Text Example


Text Example

White with #C688DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C688DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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