#CC8FDA

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

Shades of Wisteria #CC8FDA

Tints of Wisteria #CC8FDA

Color information

#CC8FDA (or 0xCC8FDA) is unknown color: approx Wisteria. HEX triplet: CC, 8F and DA. RGB value is (204,143,218). Sum of RGB (Red+Green+Blue) = 204+143+218=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FDA is #337025. Grayscale: #A9A9A9. Windows color (decimal): -3371046 or 14323660. OLE color: 14323660.

HSL color Cylindrical-coordinate representation of color #CC8FDA: hue angle of 288.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8FDA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204143218-
CMYK0.060.3400.15
HSL288.8º50.34%70.78%-
HSV(B)288.8º34.4%85.49%-
XYZ47.3837.5471.08-
YUV169.79155.21152.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 143 (56.25% from 255) = 25.31%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=36.11%
G=25.31%
B=38.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041432180.060.3400.15288.850.3470.78
HexCC8FDA6220F1213247
Octal31421733264201744162107
Binary110011001000111111011010110100010011111001000011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FDA; }

 p { color: rgb(204,143,218); }

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

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

 a { background-color: rgb(204,143,218); }

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

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

 span { border-color: rgb(204,143,218); }

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