#cb84e6

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

Shades of Wisteria #CB84E6

Tints of Wisteria #CB84E6

Color information

#CB84E6 (or 0xCB84E6) is unknown color: approx Wisteria. HEX triplet: CB, 84 and E6. RGB value is (203,132,230). Sum of RGB (Red+Green+Blue) = 203+132+230=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB84E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB84E6 is #347B19. Grayscale: #A4A4A4. Windows color (decimal): -3439386 or 15107275. OLE color: 15107275.

HSL color Cylindrical-coordinate representation of color #CB84E6: hue angle of 283.47º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB84E6 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203132230-
CMYK0.120.4300.10
HSL283.47º66.22%70.98%-
HSV(B)283.47º42.61%90.2%-
XYZ47.1634.9179.12-
YUV164.4165.02155.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 132 (51.95% from 255) = 23.36%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=35.93%
G=23.36%
B=40.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031322300.120.4300.10283.4766.2270.98
HexCB84E6C2B0A11b4247
Octal3132043461453012433102107
Binary11001011100001001110011011001010110101010001101110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb84e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb84e6; }

 p { color: rgb(203,132,230); }

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

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

 a { background-color: rgb(203,132,230); }

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

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

 span { border-color: rgb(203,132,230); }

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