#C690DD

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

Shades of Wisteria #C690DD

Tints of Wisteria #C690DD

Color information

#C690DD (or 0xC690DD) is unknown color: approx Wisteria. HEX triplet: C6, 90 and DD. RGB value is (198,144,221). Sum of RGB (Red+Green+Blue) = 198+144+221=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C690DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690DD is #396F22. Grayscale: #A8A8A8. Windows color (decimal): -3764003 or 14520518. OLE color: 14520518.

HSL color Cylindrical-coordinate representation of color #C690DD: hue angle of 282.08º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C690DD is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198144221-
CMYK0.100.3500.13
HSL282.08º53.1%71.57%-
HSV(B)282.08º34.84%86.67%-
XYZ46.3137.1773.14-
YUV168.92157.39148.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.17%
GREEN value IS 144 (56.64% from 255) = 25.58%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=35.17%
G=25.58%
B=39.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981442210.100.3500.13282.0853.171.57
HexC690DDA230D11a3548
Octal306220335124301543265110
Binary1100011010010000110111011010100011011011000110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690DD; }

 p { color: rgb(198,144,221); }

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

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

 a { background-color: rgb(198,144,221); }

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

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

 span { border-color: rgb(198,144,221); }

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