#CDA1F1

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

Shades of Wisteria #CDA1F1

Tints of Wisteria #CDA1F1

Color information

#CDA1F1 (or 0xCDA1F1) is unknown color: approx Wisteria. HEX triplet: CD, A1 and F1. RGB value is (205,161,241). Sum of RGB (Red+Green+Blue) = 205+161+241=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA1F1 is #325E0E. Grayscale: #B7B7B7. Windows color (decimal): -3300879 or 15835597. OLE color: 15835597.

HSL color Cylindrical-coordinate representation of color #CDA1F1: hue angle of 273º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA1F1 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205161241-
CMYK0.150.3300.05
HSL273º74.07%78.82%-
HSV(B)273º33.2%94.51%-
XYZ53.844.8289.03-
YUV183.28160.58143.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 161 (63.28% from 255) = 26.52%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=33.77%
G=26.52%
B=39.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051612410.150.3300.0527374.0778.82
HexCDA1F1F21051114a4f
Octal315241361174105421112117
Binary1100110110100001111100011111100001010110001000110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1F1; }

 p { color: rgb(205,161,241); }

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

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

 a { background-color: rgb(205,161,241); }

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

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

 span { border-color: rgb(205,161,241); }

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