#CD95E7

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

Shades of Wisteria #CD95E7

Tints of Wisteria #CD95E7

Color information

#CD95E7 (or 0xCD95E7) is unknown color: approx Wisteria. HEX triplet: CD, 95 and E7. RGB value is (205,149,231). Sum of RGB (Red+Green+Blue) = 205+149+231=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD95E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD95E7 is #326A18. Grayscale: #AEAEAE. Windows color (decimal): -3303961 or 15177165. OLE color: 15177165.

HSL color Cylindrical-coordinate representation of color #CD95E7: hue angle of 280.98º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD95E7 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205149231-
CMYK0.110.3500.09
HSL280.98º63.08%74.51%-
HSV(B)280.98º35.5%90.59%-
XYZ50.3540.2480.72-
YUV175.09159.55149.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 231 (90.62% from 255) = 39.49%
R=35.04%
G=25.47%
B=39.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051492310.110.3500.09280.9863.0874.51
HexCD95E7B23091193f4b
Octal315225347134301143177113
Binary1100110110010101111001111011100011010011000110011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95E7; }

 p { color: rgb(205,149,231); }

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

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

 a { background-color: rgb(205,149,231); }

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

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

 span { border-color: rgb(205,149,231); }

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