#CD95DC

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

Shades of Wisteria #CD95DC

Tints of Wisteria #CD95DC

Color information

#CD95DC (or 0xCD95DC) is unknown color: approx Wisteria. HEX triplet: CD, 95 and DC. RGB value is (205,149,220). Sum of RGB (Red+Green+Blue) = 205+149+220=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95DC is #326A23. Grayscale: #ADADAD. Windows color (decimal): -3303972 or 14456269. OLE color: 14456269.

HSL color Cylindrical-coordinate representation of color #CD95DC: hue angle of 287.32º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD95DC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205149220-
CMYK0.070.3200.14
HSL287.32º50.35%72.35%-
HSV(B)287.32º32.27%86.27%-
XYZ48.8439.6472.79-
YUV173.84154.05150.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=35.71%
G=25.96%
B=38.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051492200.070.3200.14287.3250.3572.35
HexCD95DC7200E11f3248
Octal31522533474001643762110
Binary110011011001010111011100111100000011101000111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95DC; }

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

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

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

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

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

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

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

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