#CC8BDA

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

Shades of Wisteria #CC8BDA

Tints of Wisteria #CC8BDA

Color information

#CC8BDA (or 0xCC8BDA) is unknown color: approx Wisteria. HEX triplet: CC, 8B and DA. RGB value is (204,139,218). Sum of RGB (Red+Green+Blue) = 204+139+218=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BDA is #337425. Grayscale: #A7A7A7. Windows color (decimal): -3372070 or 14322636. OLE color: 14322636.

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

Color convert

RGB204139218-
CMYK0.060.3600.15
HSL289.37º51.63%70%-
HSV(B)289.37º36.24%85.49%-
XYZ46.7936.3670.88-
YUV167.44156.53154.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=36.36%
G=24.78%
B=38.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041392180.060.3600.15289.3751.6370
HexCC8BDA6240F1213446
Octal31421333264401744164106
Binary110011001000101111011010110100100011111001000011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BDA; }

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

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

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

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

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

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

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

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