#CC8BEB

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

Shades of Wisteria #CC8BEB

Tints of Wisteria #CC8BEB

Color information

#CC8BEB (or 0xCC8BEB) is unknown color: approx Wisteria. HEX triplet: CC, 8B and EB. RGB value is (204,139,235). Sum of RGB (Red+Green+Blue) = 204+139+235=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BEB is #337414. Grayscale: #A9A9A9. Windows color (decimal): -3372053 or 15436748. OLE color: 15436748.

HSL color Cylindrical-coordinate representation of color #CC8BEB: hue angle of 280.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8BEB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204139235-
CMYK0.130.4100.08
HSL280.62º70.59%73.33%-
HSV(B)280.62º40.85%92.16%-
XYZ49.1337.383.21-
YUV169.38165.03152.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=35.29%
G=24.05%
B=40.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041392350.130.4100.08280.6270.5973.33
HexCC8BEBD29081194749
Octal3142133531551010431107111
Binary11001100100010111110101111011010010100010001100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BEB; }

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

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

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

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

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

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

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

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