#CD92F1

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

Shades of Wisteria #CD92F1

Tints of Wisteria #CD92F1

Color information

#CD92F1 (or 0xCD92F1) is unknown color: approx Wisteria. HEX triplet: CD, 92 and F1. RGB value is (205,146,241). Sum of RGB (Red+Green+Blue) = 205+146+241=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD92F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD92F1 is #326D0E. Grayscale: #AEAEAE. Windows color (decimal): -3304719 or 15831757. OLE color: 15831757.

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

Color convert

RGB205146241-
CMYK0.150.3900.05
HSL277.26º77.24%75.88%-
HSV(B)277.26º39.42%94.51%-
XYZ51.3339.8988.21-
YUV174.47165.55149.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 146 (57.42% from 255) = 24.66%
BLUE value IS 241 (94.53% from 255) = 40.71%
R=34.63%
G=24.66%
B=40.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051462410.150.3900.05277.2677.2475.88
HexCD92F1F27051154d4c
Octal315222361174705425115114
Binary1100110110010010111100011111100111010110001010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92F1; }

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

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

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

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

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

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

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

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