#CF9BEC

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

Shades of Wisteria #CF9BEC

Tints of Wisteria #CF9BEC

Color information

#CF9BEC (or 0xCF9BEC) is unknown color: approx Wisteria. HEX triplet: CF, 9B and EC. RGB value is (207,155,236). Sum of RGB (Red+Green+Blue) = 207+155+236=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BEC is #306413. Grayscale: #B3B3B3. Windows color (decimal): -3171348 or 15506383. OLE color: 15506383.

HSL color Cylindrical-coordinate representation of color #CF9BEC: hue angle of 278.52º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9BEC is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207155236-
CMYK0.120.3400.07
HSL278.52º68.07%76.67%-
HSV(B)278.52º34.32%92.55%-
XYZ52.5942.7684.84-
YUV179.78159.73147.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=34.62%
G=25.92%
B=39.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071552360.120.3400.07278.5268.0776.67
HexCF9BECC2207117444d
Octal317233354144207427104115
Binary1100111110011011111011001100100010011110001011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BEC; }

 p { color: rgb(207,155,236); }

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

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

 a { background-color: rgb(207,155,236); }

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

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

 span { border-color: rgb(207,155,236); }

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