Html Css Color HEX #C68DDB Wisteria

📋 copy color: '#C68DDB'

red 198 ◦ green 141 ◦ blue 219

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

Shades of Wisteria #C68DDB

Tints of Wisteria #C68DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.27%

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 35.48%
G = 25.27%
B = 39.25%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C68DDB (or 0xC68DDB) is known color: Wisteria. HEX triplet: C6, 8D and DB. RGB value is (198,141,219). Sum of RGB (Red+Green+Blue) = 198+141+219=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #C68DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DDB is #397224. Grayscale: #A6A6A6. Windows color (decimal): -3764773 or 14388678. OLE color: 14388678.

HSL color Cylindrical-coordinate representation of color #C68DDB: hue angle of 283.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68DDB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 141 219 -
CMYK 0.10 0.36 0 0.14
HSL 283.85º 0.52% 0.71% -
HSV(B) 283.85º 0.36% 0.86% -
XYZ 45.6 36.17 71.6 -
YUV 166.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 198 141 219 0.10 0.36 0 0.14 283.85 0.52 0.71
Hex C6 8D DB A 24 0 E 11C 34 47
Octal 306 215 333 12 44 0 16 434 64 107
Binary 11000110 10001101 11011011 1010 100100 0 1110 100011100 110100 1000111

Color Harmonies of #C68DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DDB

Black with #C68DDB

Text Example


Text Example

White with #C68DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DDB; }

 p { color: rgb(198,141,219); }

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

background-color css

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

 a { background-color: rgb(198,141,219); }

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

border-color css

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

 span { border-color: rgb(198,141,219); }

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