Html Css Color HEX #C69EDB Wisteria

📋 copy color: '#C69EDB'

red 198 ◦ green 158 ◦ blue 219

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

Shades of Wisteria #C69EDB

Tints of Wisteria #C69EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.48%

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

R = 34.43%
G = 27.48%
B = 38.09%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C69EDB (or 0xC69EDB) is known color: Wisteria. HEX triplet: C6, 9E and DB. RGB value is (198,158,219). Sum of RGB (Red+Green+Blue) = 198+158+219=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #C69EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69EDB is #396124. Grayscale: #B0B0B0. Windows color (decimal): -3760421 or 14393030. OLE color: 14393030.

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

Color convert

RGB 198 158 219 -
CMYK 0.10 0.28 0 0.14
HSL 279.34º 0.46% 0.74% -
HSV(B) 279.34º 0.28% 0.86% -
XYZ 48.3 41.57 72.5 -
YUV 176.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 198 158 219 0.10 0.28 0 0.14 279.34 0.46 0.74
Hex C6 9E DB A 1C 0 E 117 2E 4A
Octal 306 236 333 12 34 0 16 427 56 112
Binary 11000110 10011110 11011011 1010 11100 0 1110 100010111 101110 1001010

Color Harmonies of #C69EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69EDB

Black with #C69EDB

Text Example


Text Example

White with #C69EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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