Html Css Color HEX #C69FDB Wisteria

📋 copy color: '#C69FDB'

red 198 ◦ green 159 ◦ blue 219

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

Shades of Wisteria #C69FDB

Tints of Wisteria #C69FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.6%

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

R = 34.38%
G = 27.6%
B = 38.02%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C69FDB (or 0xC69FDB) is known color: Wisteria. HEX triplet: C6, 9F and DB. RGB value is (198,159,219). Sum of RGB (Red+Green+Blue) = 198+159+219=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #C69FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FDB is #396024. Grayscale: #B1B1B1. Windows color (decimal): -3760165 or 14393286. OLE color: 14393286.

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

Color convert

RGB 198 159 219 -
CMYK 0.10 0.27 0 0.14
HSL 279º 0.45% 0.74% -
HSV(B) 279º 0.27% 0.86% -
XYZ 48.47 41.92 72.55 -
YUV 177.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 198 159 219 0.10 0.27 0 0.14 279 0.45 0.74
Hex C6 9F DB A 1B 0 E 117 2D 4A
Octal 306 237 333 12 33 0 16 427 55 112
Binary 11000110 10011111 11011011 1010 11011 0 1110 100010111 101101 1001010

Color Harmonies of #C69FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69FDB

Black with #C69FDB

Text Example


Text Example

White with #C69FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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