Html Css Color HEX #C69BDB Wisteria

📋 copy color: '#C69BDB'

red 198 ◦ green 155 ◦ blue 219

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

Shades of Wisteria #C69BDB

Tints of Wisteria #C69BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.1%

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

R = 34.62%
G = 27.1%
B = 38.29%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C69BDB (or 0xC69BDB) is known color: Wisteria. HEX triplet: C6, 9B and DB. RGB value is (198,155,219). Sum of RGB (Red+Green+Blue) = 198+155+219=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #C69BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BDB is #396424. Grayscale: #AEAEAE. Windows color (decimal): -3761189 or 14392262. OLE color: 14392262.

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

Color convert

RGB 198 155 219 -
CMYK 0.10 0.29 0 0.14
HSL 280.31º 0.47% 0.73% -
HSV(B) 280.31º 0.29% 0.86% -
XYZ 47.8 40.56 72.33 -
YUV 175.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 198 155 219 0.10 0.29 0 0.14 280.31 0.47 0.73
Hex C6 9B DB A 1D 0 E 118 2F 49
Octal 306 233 333 12 35 0 16 430 57 111
Binary 11000110 10011011 11011011 1010 11101 0 1110 100011000 101111 1001001

Color Harmonies of #C69BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BDB

Black with #C69BDB

Text Example


Text Example

White with #C69BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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