#C68BF0

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

Shades of Wisteria #C68BF0

Tints of Wisteria #C68BF0

Color information

#C68BF0 (or 0xC68BF0) is unknown color: approx Wisteria. HEX triplet: C6, 8B and F0. RGB value is (198,139,240). Sum of RGB (Red+Green+Blue) = 198+139+240=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #C68BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BF0 is #39740F. Grayscale: #A7A7A7. Windows color (decimal): -3765264 or 15764422. OLE color: 15764422.

HSL color Cylindrical-coordinate representation of color #C68BF0: hue angle of 275.05º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C68BF0 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198139240-
CMYK0.180.4200.06
HSL275.05º77.1%74.31%-
HSV(B)275.05º42.08%94.12%-
XYZ48.2536.7686.99-
YUV168.15168.55149.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.32%
GREEN value IS 139 (54.69% from 255) = 24.09%
BLUE value IS 240 (94.14% from 255) = 41.59%
R=34.32%
G=24.09%
B=41.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981392400.180.4200.06275.0577.174.31
HexC68BF0122A061134d4a
Octal306213360225206423115112
Binary11000110100010111111000010010101010011010001001110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BF0; }

 p { color: rgb(198,139,240); }

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

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

 a { background-color: rgb(198,139,240); }

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

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

 span { border-color: rgb(198,139,240); }

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