Html Css Color HEX #C68BDB Wisteria

📋 copy color: '#C68BDB'

red 198 ◦ green 139 ◦ blue 219

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

Shades of Wisteria #C68BDB

Tints of Wisteria #C68BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25%

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

R = 35.61%
G = 25%
B = 39.39%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C68BDB (or 0xC68BDB) is known color: Wisteria. HEX triplet: C6, 8B and DB. RGB value is (198,139,219). Sum of RGB (Red+Green+Blue) = 198+139+219=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #C68BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BDB is #397424. Grayscale: #A5A5A5. Windows color (decimal): -3765285 or 14388166. OLE color: 14388166.

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

Color convert

RGB 198 139 219 -
CMYK 0.10 0.37 0 0.14
HSL 284.25º 0.53% 0.7% -
HSV(B) 284.25º 0.37% 0.86% -
XYZ 45.31 35.59 71.5 -
YUV 165.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 198 139 219 0.10 0.37 0 0.14 284.25 0.53 0.7
Hex C6 8B DB A 25 0 E 11C 35 46
Octal 306 213 333 12 45 0 16 434 65 106
Binary 11000110 10001011 11011011 1010 100101 0 1110 100011100 110101 1000110

Color Harmonies of #C68BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BDB

Black with #C68BDB

Text Example


Text Example

White with #C68BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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