#CC98ED

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

Shades of Wisteria #CC98ED

Tints of Wisteria #CC98ED

Color information

#CC98ED (or 0xCC98ED) is unknown color: approx Wisteria. HEX triplet: CC, 98 and ED. RGB value is (204,152,237). Sum of RGB (Red+Green+Blue) = 204+152+237=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC98ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC98ED is #336712. Grayscale: #B0B0B0. Windows color (decimal): -3368723 or 15571148. OLE color: 15571148.

HSL color Cylindrical-coordinate representation of color #CC98ED: hue angle of 276.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC98ED is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204152237-
CMYK0.140.3600.07
HSL276.71º70.25%76.27%-
HSV(B)276.71º35.86%92.94%-
XYZ51.4241.4185.4-
YUV177.24161.73147.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=34.40%
G=25.63%
B=39.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041522370.140.3600.07276.7170.2576.27
HexCC98EDE2407115464c
Octal314230355164407425106114
Binary1100110010011000111011011110100100011110001010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98ED; }

 p { color: rgb(204,152,237); }

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

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

 a { background-color: rgb(204,152,237); }

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

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

 span { border-color: rgb(204,152,237); }

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