#CC8BF1

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

Shades of Wisteria #CC8BF1

Tints of Wisteria #CC8BF1

Color information

#CC8BF1 (or 0xCC8BF1) is unknown color: approx Wisteria. HEX triplet: CC, 8B and F1. RGB value is (204,139,241). Sum of RGB (Red+Green+Blue) = 204+139+241=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC8BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BF1 is #33740E. Grayscale: #A9A9A9. Windows color (decimal): -3372047 or 15829964. OLE color: 15829964.

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

Color convert

RGB204139241-
CMYK0.150.4200.05
HSL278.24º78.46%74.51%-
HSV(B)278.24º42.32%94.51%-
XYZ50.0137.6587.85-
YUV170.06168.03152.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 139 (54.69% from 255) = 23.80%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=34.93%
G=23.80%
B=41.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041392410.150.4200.05278.2478.4674.51
HexCC8BF1F2A051164e4b
Octal314213361175205426116113
Binary1100110010001011111100011111101010010110001011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BF1; }

 p { color: rgb(204,139,241); }

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

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

 a { background-color: rgb(204,139,241); }

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

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

 span { border-color: rgb(204,139,241); }

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