#CB9CF7

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

Shades of Wisteria #CB9CF7

Tints of Wisteria #CB9CF7

Color information

#CB9CF7 (or 0xCB9CF7) is unknown color: approx Wisteria. HEX triplet: CB, 9C and F7. RGB value is (203,156,247). Sum of RGB (Red+Green+Blue) = 203+156+247=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB9CF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CF7 is #346308. Grayscale: #B4B4B4. Windows color (decimal): -3433225 or 16227531. OLE color: 16227531.

HSL color Cylindrical-coordinate representation of color #CB9CF7: hue angle of 270.99º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB9CF7 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203156247-
CMYK0.180.3700.03
HSL270.99º85.05%79.02%-
HSV(B)270.99º36.84%96.86%-
XYZ53.3143.1993.52-
YUV180.43165.57144.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 156 (61.33% from 255) = 25.74%
BLUE value IS 247 (96.88% from 255) = 40.76%
R=33.50%
G=25.74%
B=40.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031562470.180.3700.03270.9985.0579.02
HexCB9CF712250310f554f
Octal313234367224503417125117
Binary1100101110011100111101111001010010101110000111110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CF7; }

 p { color: rgb(203,156,247); }

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

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

 a { background-color: rgb(203,156,247); }

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

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

 span { border-color: rgb(203,156,247); }

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