Html Css Color HEX #C69CDB Wisteria

📋 copy color: '#C69CDB'

red 198 ◦ green 156 ◦ blue 219

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

Shades of Wisteria #C69CDB

Tints of Wisteria #C69CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.23%

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

R = 34.55%
G = 27.23%
B = 38.22%

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

#C69CDB (or 0xC69CDB) is known color: Wisteria. HEX triplet: C6, 9C and DB. RGB value is (198,156,219). Sum of RGB (Red+Green+Blue) = 198+156+219=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #C69CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CDB is #396324. Grayscale: #AFAFAF. Windows color (decimal): -3760933 or 14392518. OLE color: 14392518.

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

Color convert

RGB 198 156 219 -
CMYK 0.10 0.29 0 0.14
HSL 280º 0.47% 0.74% -
HSV(B) 280º 0.29% 0.86% -
XYZ 47.96 40.9 72.38 -
YUV 175.74 152.41 143.88 -
System Red Green Blue C M Y K H S L
Decimal 198 156 219 0.10 0.29 0 0.14 280 0.47 0.74
Hex C6 9C DB A 1D 0 E 118 2F 4A
Octal 306 234 333 12 35 0 16 430 57 112
Binary 11000110 10011100 11011011 1010 11101 0 1110 100011000 101111 1001010

Color Harmonies of #C69CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CDB

Black with #C69CDB

Text Example


Text Example

White with #C69CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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