#CC8FF2

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

Shades of Wisteria #CC8FF2

Tints of Wisteria #CC8FF2

Color information

#CC8FF2 (or 0xCC8FF2) is unknown color: approx Wisteria. HEX triplet: CC, 8F and F2. RGB value is (204,143,242). Sum of RGB (Red+Green+Blue) = 204+143+242=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC8FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FF2 is #33700D. Grayscale: #ACACAC. Windows color (decimal): -3371022 or 15896524. OLE color: 15896524.

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

Color convert

RGB204143242-
CMYK0.160.4100.05
HSL276.97º79.2%75.49%-
HSV(B)276.97º40.91%94.9%-
XYZ50.7538.8988.84-
YUV172.52167.21150.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 143 (56.25% from 255) = 24.28%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=34.63%
G=24.28%
B=41.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041432420.160.4100.05276.9779.275.49
HexCC8FF21029051154f4b
Octal314217362205105425117113
Binary11001100100011111111001010000101001010110001010110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FF2; }

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

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

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

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

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

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

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

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