#C69BD4

Color #C69BD4 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C69BD4

Tints of Wisteria #C69BD4

Color information

#C69BD4 (or 0xC69BD4) is unknown color: approx Wisteria. HEX triplet: C6, 9B and D4. RGB value is (198,155,212). Sum of RGB (Red+Green+Blue) = 198+155+212=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #C69BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BD4 is #39642B. Grayscale: #AEAEAE. Windows color (decimal): -3761196 or 13933510. OLE color: 13933510.

HSL color Cylindrical-coordinate representation of color #C69BD4: hue angle of 285.26º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69BD4 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB198155212-
CMYK0.070.2700.17
HSL285.26º39.86%71.96%-
HSV(B)285.26º26.89%83.14%-
XYZ46.8940.267.58-
YUV174.36149.25144.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.04%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=35.04%
G=27.43%
B=37.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981552120.070.2700.17285.2639.8671.96
HexC69BD471B01111d2848
Octal30623332473302143550110
Binary110001101001101111010100111110110100011000111011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BD4; }

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

 H1.HeaderClassName
 {
   color: #C69BD4;
 }
 .AnyTagClassName
 {
   color: #C69BD4;
 }
</style>
background-color css

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

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

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

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

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

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