#C28CFD

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

Shades of Wisteria #C28CFD

Tints of Wisteria #C28CFD

Color information

#C28CFD (or 0xC28CFD) is unknown color: approx Wisteria. HEX triplet: C2, 8C and FD. RGB value is (194,140,253). Sum of RGB (Red+Green+Blue) = 194+140+253=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #C28CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CFD is #3D7302. Grayscale: #A8A8A8. Windows color (decimal): -4027139 or 16616642. OLE color: 16616642.

HSL color Cylindrical-coordinate representation of color #C28CFD: hue angle of 268.67º 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 #C28CFD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194140253-
CMYK0.230.4500.01
HSL268.67º96.58%77.06%-
HSV(B)268.67º44.66%99.22%-
XYZ49.3637.3297.53-
YUV169.03175.39145.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 140 (55.08% from 255) = 23.85%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=33.05%
G=23.85%
B=43.10%

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
Decimal1941402530.230.4500.01268.6796.5877.06
HexC28CFD172D0110d614d
Octal302214375275501415141115
Binary110000101000110011111101101111011010110000110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CFD; }

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

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

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

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

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

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

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

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