Html Css Color HEX #C69ADB Wisteria

📋 copy color: '#C69ADB'

red 198 ◦ green 154 ◦ blue 219

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

Shades of Wisteria #C69ADB

Tints of Wisteria #C69ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.97%

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

R = 34.68%
G = 26.97%
B = 38.35%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C69ADB (or 0xC69ADB) is known color: Wisteria. HEX triplet: C6, 9A and DB. RGB value is (198,154,219). Sum of RGB (Red+Green+Blue) = 198+154+219=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C69ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ADB is #396524. Grayscale: #AEAEAE. Windows color (decimal): -3761445 or 14392006. OLE color: 14392006.

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

Color convert

RGB 198 154 219 -
CMYK 0.10 0.30 0 0.14
HSL 280.62º 0.47% 0.73% -
HSV(B) 280.62º 0.3% 0.86% -
XYZ 47.63 40.23 72.27 -
YUV 174.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 198 154 219 0.10 0.30 0 0.14 280.62 0.47 0.73
Hex C6 9A DB A 1E 0 E 119 2F 49
Octal 306 232 333 12 36 0 16 431 57 111
Binary 11000110 10011010 11011011 1010 11110 0 1110 100011001 101111 1001001

Color Harmonies of #C69ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69ADB

Black with #C69ADB

Text Example


Text Example

White with #C69ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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