#C68CEB

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

Shades of Wisteria #C68CEB

Tints of Wisteria #C68CEB

Color information

#C68CEB (or 0xC68CEB) is unknown color: approx Wisteria. HEX triplet: C6, 8C and EB. RGB value is (198,140,235). Sum of RGB (Red+Green+Blue) = 198+140+235=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #C68CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CEB is #397314. Grayscale: #A7A7A7. Windows color (decimal): -3765013 or 15436998. OLE color: 15436998.

HSL color Cylindrical-coordinate representation of color #C68CEB: hue angle of 276.63º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68CEB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198140235-
CMYK0.160.4000.08
HSL276.63º70.37%73.53%-
HSV(B)276.63º40.43%92.16%-
XYZ47.6636.7683.18-
YUV168.17165.72149.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 140 (55.08% from 255) = 24.43%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=34.55%
G=24.43%
B=41.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981402350.160.4000.08276.6370.3773.53
HexC68CEB102808115464a
Octal3062143532050010425106112
Binary110001101000110011101011100001010000100010001010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CEB; }

 p { color: rgb(198,140,235); }

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

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

 a { background-color: rgb(198,140,235); }

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

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

 span { border-color: rgb(198,140,235); }

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