#CC8BF2

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

Shades of Wisteria #CC8BF2

Tints of Wisteria #CC8BF2

Color information

#CC8BF2 (or 0xCC8BF2) is unknown color: approx Wisteria. HEX triplet: CC, 8B and F2. RGB value is (204,139,242). Sum of RGB (Red+Green+Blue) = 204+139+242=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC8BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BF2 is #33740D. Grayscale: #A9A9A9. Windows color (decimal): -3372046 or 15895500. OLE color: 15895500.

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

Color convert

RGB204139242-
CMYK0.160.4300.05
HSL277.86º79.84%74.71%-
HSV(B)277.86º42.56%94.9%-
XYZ50.1637.7188.64-
YUV170.18168.53152.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 139 (54.69% from 255) = 23.76%
BLUE value IS 242 (94.92% from 255) = 41.37%
R=34.87%
G=23.76%
B=41.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041392420.160.4300.05277.8679.8474.71
HexCC8BF2102B05116504b
Octal314213362205305426120113
Binary11001100100010111111001010000101011010110001011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BF2; }

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

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

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

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

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

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

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

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