#C48CFD

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

Shades of Wisteria #C48CFD

Tints of Wisteria #C48CFD

Color information

#C48CFD (or 0xC48CFD) is unknown color: approx Wisteria. HEX triplet: C4, 8C and FD. RGB value is (196,140,253). Sum of RGB (Red+Green+Blue) = 196+140+253=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #C48CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CFD is #3B7302. Grayscale: #A9A9A9. Windows color (decimal): -3896067 or 16616644. OLE color: 16616644.

HSL color Cylindrical-coordinate representation of color #C48CFD: hue angle of 269.73º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48CFD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196140253-
CMYK0.230.4500.01
HSL269.73º96.58%77.06%-
HSV(B)269.73º44.66%99.22%-
XYZ49.8737.5897.55-
YUV169.63175.05146.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=33.28%
G=23.77%
B=42.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961402530.230.4500.01269.7396.5877.06
HexC48CFD172D0110e614d
Octal304214375275501416141115
Binary110001001000110011111101101111011010110000111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CFD; }

 p { color: rgb(196,140,253); }

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

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

 a { background-color: rgb(196,140,253); }

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

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

 span { border-color: rgb(196,140,253); }

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