#CB9AF1

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

Shades of Wisteria #CB9AF1

Tints of Wisteria #CB9AF1

Color information

#CB9AF1 (or 0xCB9AF1) is unknown color: approx Wisteria. HEX triplet: CB, 9A and F1. RGB value is (203,154,241). Sum of RGB (Red+Green+Blue) = 203+154+241=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB9AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9AF1 is #34650E. Grayscale: #B2B2B2. Windows color (decimal): -3433743 or 15833803. OLE color: 15833803.

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

Color convert

RGB203154241-
CMYK0.160.3600.05
HSL273.79º75.65%77.45%-
HSV(B)273.79º36.1%94.51%-
XYZ52.0642.1688.61-
YUV178.57163.23145.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=33.95%
G=25.75%
B=40.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031542410.160.3600.05273.7975.6577.45
HexCB9AF11024051124c4d
Octal313232361204405422114115
Binary11001011100110101111000110000100100010110001001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AF1; }

 p { color: rgb(203,154,241); }

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

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

 a { background-color: rgb(203,154,241); }

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

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

 span { border-color: rgb(203,154,241); }

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